Skip to content

Commit

Permalink
[EASI-4550] Flag var systemWorkspaceTeam (#2771)
Browse files Browse the repository at this point in the history
Flag var `systemWorkspaceTeam`
  • Loading branch information
adamodd committed Aug 19, 2024
1 parent 63cdc00 commit e796344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/types/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export type Flags = {
systemProfileHiddenFields: boolean;
systemWorkspace: boolean;
systemWorkspaceRequestsCard: boolean;
systemWorkspaceTeam: boolean;
grbReviewTab: boolean;
showAtoColumn: boolean;
};
1 change: 1 addition & 0 deletions src/views/FlagsWrapper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const UserTargetingWrapper = ({ children }: WrapperProps) => {
systemProfileHiddenFields: false,
systemWorkspace: false,
systemWorkspaceRequestsCard: false,
systemWorkspaceTeam: false,
grbReviewTab: false,
showAtoColumn: false
}
Expand Down

0 comments on commit e796344

Please sign in to comment.