parent
ad01ed1497
commit
66b0fd0c88
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ export const GroupTree = ({
|
|||
|
||||
if (canViewDetails || subGroups.at(-1)?.access?.view) {
|
||||
navigate(toGroups({ realm, id: item.id }));
|
||||
refresh();
|
||||
} else {
|
||||
addAlert(t("noViewRights"), AlertVariant.warning);
|
||||
navigate(toGroups({ realm }));
|
||||
|
|
Loading…
Reference in a new issue