Is paginated in for both types (#3446)
This commit is contained in:
parent
7f6fc734e2
commit
249c6bbf02
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export const AddRoleMappingModal = ({
|
|||
key={key}
|
||||
onSelect={(rows) => setSelectedRows([...rows])}
|
||||
searchPlaceholderKey="clients:searchByRoleName"
|
||||
isPaginated={filterType === "clients"}
|
||||
isPaginated
|
||||
searchTypeComponent={
|
||||
<ToolbarItem>
|
||||
<Dropdown
|
||||
|
|
Loading…
Reference in a new issue