From 7aede42b8dccdb0c14f99c6ea4dcae1b914adb91 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Tue, 14 Mar 2023 13:08:22 +0100 Subject: [PATCH] Revert not user realm roles are not paginated (#17619) --- .../src/components/role-mapping/AddRoleMappingModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/admin-ui/src/components/role-mapping/AddRoleMappingModal.tsx b/js/apps/admin-ui/src/components/role-mapping/AddRoleMappingModal.tsx index 64259e4429..f6e240ef4b 100644 --- a/js/apps/admin-ui/src/components/role-mapping/AddRoleMappingModal.tsx +++ b/js/apps/admin-ui/src/components/role-mapping/AddRoleMappingModal.tsx @@ -138,7 +138,7 @@ export const AddRoleMappingModal = ({ key={key} onSelect={(rows) => setSelectedRows([...rows])} searchPlaceholderKey="clients:searchByRoleName" - isPaginated + isPaginated={!(filterType === "roles" && type === "users")} searchTypeComponent={