feat(core): adjust guard service support loading state (#10989)

This commit is contained in:
EYHN
2025-03-20 10:53:41 +08:00
committed by GitHub
parent b88e7f0e35
commit 55cb4dc5e7
4 changed files with 11 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ export const MemberManagement = ({
grantedUserList={grantedUserList}
grantedUserCount={grantedUserCount}
loadMore={loadMore}
canManageUsers={canManageUsers}
canManageUsers={!!canManageUsers}
/>
) : (
<Skeleton className={styles.scrollableRootStyle} />