Chore: remove hasAccess and hasAcessInMetadata (#76237)

* remove hasAccess and hasAcessInMetadata in favour of hasPermission and hasPermissionInMetadata

* test fixes

* more test fixes
This commit is contained in:
Ieva
2023-10-10 12:04:07 +01:00
committed by GitHub
parent f56cc6fdc0
commit 5e14d93530
23 changed files with 22 additions and 62 deletions

View File

@@ -72,7 +72,6 @@ export interface Invitee {
export interface UsersState {
users: OrgUser[];
searchQuery: string;
canInvite: boolean;
externalUserMngLinkUrl: string;
externalUserMngLinkName: string;
externalUserMngInfo: string;