Skip to content

Commit

Permalink
Improve disabled feature identifier naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Oct 1, 2024
1 parent 3b94634 commit 51ce9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/console/src/public/deployment.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
},
"consoleSettings": {
"disabledFeatures": [
"consoleSettings.invitedAdmins",
"consoleSettings.invitedExternalAdmins",
"consoleSettings.privilegedUsers"
],
"enabled": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const AdministratorsList: React.FunctionComponent<AdministratorsListProps> = (
"consoleSettings.privilegedUsers"
);
const isInvitedAdminInConsoleSettingsEnabled: boolean = !consoleSettingsFeatureConfig?.disabledFeatures?.includes(
"consoleSettings.invitedAdmins"
"consoleSettings.invitedExternalAdmins"
);


Expand Down

0 comments on commit 51ce9d7

Please sign in to comment.