Skip to content

Commit b699851

Browse files
committed
feat: add the feature flag so that the new multi-group impersonation feature will not be shown to user
1 parent 3843742 commit b699851

File tree

1 file changed

+1
-0
lines changed
  • frontend/packages/console-shared/src/constants

1 file changed

+1
-0
lines changed

frontend/packages/console-shared/src/constants/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export enum FLAGS {
9494
CONSOLE_CAPABILITY_GETTINGSTARTEDBANNER_IS_ENABLED = 'CONSOLE_CAPABILITY_GETTINGSTARTEDBANNER_IS_ENABLED',
9595
LIGHTSPEED_IS_AVAILABLE_TO_INSTALL = 'LIGHTSPEED_IS_AVAILABLE_TO_INSTALL',
9696
DEVCONSOLE_PROXY = 'DEVCONSOLE_PROXY',
97+
IMPERSONATE = 'IMPERSONATE',
9798
}
9899

99100
export const CONFIG_STORAGE_CONSOLE = 'console';

0 commit comments

Comments
 (0)