parent
cd6cf45444
commit
c4186100a5
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ export const AddRoleMappingModal = ({
|
|||
key={key}
|
||||
onSelect={(rows) => setSelectedRows([...rows])}
|
||||
searchPlaceholderKey="clients:searchByRoleName"
|
||||
isPaginated={!(filterType === "roles" && type === "users")}
|
||||
isPaginated={!(filterType === "roles" && type !== "roles")}
|
||||
searchTypeComponent={
|
||||
<ToolbarItem>
|
||||
<Dropdown
|
||||
|
|
Loading…
Reference in a new issue