Fixed defaults (#3500)
This commit is contained in:
parent
32f75ca109
commit
494d9ce6ad
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export default function UsersSection() {
|
|||
adminClient.realms.findOne({ realm: realmName }),
|
||||
]);
|
||||
} catch {
|
||||
return [[{}], undefined] as [
|
||||
return [[], {}] as [
|
||||
ComponentRepresentation[],
|
||||
RealmRepresentation | undefined
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue