forked from baron/baron-sso
af 린트 적용
This commit is contained in:
@@ -231,10 +231,7 @@ export function TenantUserGroupsTab() {
|
||||
t("msg.admin.groups.list.delete_success", "그룹이 삭제되었습니다."),
|
||||
);
|
||||
groupsQuery.refetch();
|
||||
if (
|
||||
selectedGroupId &&
|
||||
selectedGroupId === deleteMutation.variables
|
||||
) {
|
||||
if (selectedGroupId && selectedGroupId === deleteMutation.variables) {
|
||||
setSelectedGroupId(null);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user