parent
f4a7063852
commit
83371ce75b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export const PermissionsTab = ({ id, type }: PermissionsTabProps) => {
|
|||
Promise.all([
|
||||
adminClient.clients.find({
|
||||
search: true,
|
||||
clientId: realm,
|
||||
clientId: realm === "master" ? "master-realm" : "realm-management",
|
||||
}),
|
||||
(() => {
|
||||
switch (type) {
|
||||
|
|
Loading…
Reference in a new issue