Skip to content

Commit

Permalink
MAT-7475 remove one more flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed Jul 30, 2024
1 parent d1c8a42 commit 7e89a00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Store/featureFlagStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { BehaviorSubject } from "rxjs";
const subject = new BehaviorSubject<FeatureFlags | null>(null);
export interface FeatureFlags {
CQLBuilderIncludes: boolean;
qdmExport: boolean;
qiCoreElementsTab: boolean;
qdmHideJson: boolean;
qiCoreBonnieTestCases: boolean;
Expand All @@ -20,7 +19,6 @@ export interface FeatureFlags {
}
const initialState: FeatureFlags = {
CQLBuilderIncludes: false,
qdmExport: false,
qiCoreElementsTab: false,
qiCoreBonnieTestCases: false,
qdmHideJson: true,
Expand Down

0 comments on commit 7e89a00

Please sign in to comment.