Skip to content

Commit

Permalink
Merge pull request #45 from MeasureAuthoringTool/MAT-6074
Browse files Browse the repository at this point in the history
MAT-6074 feature flag for cql highlighting new layout
  • Loading branch information
adongare authored Oct 2, 2023
2 parents aee0c79 + 7c805fd commit 8989e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Store/featureFlagStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface FeatureFlags {
qdmExport: boolean;
qdmVersioning: boolean;
qiCoreElementsTab: boolean;
highlightingTabs: boolean;
}
const initialState: FeatureFlags = {
export: false,
Expand All @@ -21,6 +22,7 @@ const initialState: FeatureFlags = {
qdmExport: false,
qdmVersioning: false,
qiCoreElementsTab: false,
highlightingTabs: false,
};

let state: FeatureFlags | null = initialState;
Expand Down

0 comments on commit 8989e6c

Please sign in to comment.