Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-barraza committed Jan 8, 2025
1 parent ebde62c commit 6476a8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<!-- Remove User -->
<v-btn
v-show="canRemove(item)"
v-can:REMOVE_TEAM_MEMBER.hide
v-can:EDIT_USER.hide
icon
aria-label="Remove Team Member"
title="Remove Team Member"
Expand Down
1 change: 0 additions & 1 deletion auth-web/src/util/common-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export default class CommonUtils {
Permission.VIEW_PAYMENT_METHODS,
Permission.VIEW_REQUEST_PRODUCT_PACKAGE,
Permission.VIEW_USER_LOGINSOURCE,
Permission.REMOVE_TEAM_MEMBER,
Permission.EDIT_USER,
Permission.VIEW_BUSINESS_REGISTRY_DASHBOARD,
Permission.VIEW_LAUNCH_TITLES
Expand Down
1 change: 0 additions & 1 deletion auth-web/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ export enum Permission {
VIEW_USER_LOGINSOURCE='VIEW_USER_LOGINSOURCE',
EDIT_BUSINESS_INFO = 'EDIT_BUSINESS_INFO',
VIEW_DEVELOPER_ACCESS = 'VIEW_DEVELOPER_ACCESS',
REMOVE_TEAM_MEMBER = 'REMOVE_TEAM_MEMBER',
EDIT_USER = 'EDIT_USER',
VIEW_BUSINESS_REGISTRY_DASHBOARD = 'VIEW_BUSINESS_REGISTRY_DASHBOARD',
VIEW_LAUNCH_TITLES = 'VIEW_LAUNCH_TITLES'
Expand Down

0 comments on commit 6476a8b

Please sign in to comment.