Skip to content

Commit

Permalink
Merge pull request #779 from MeasureAuthoringTool/MAT-8163
Browse files Browse the repository at this point in the history
MAT-8163 Remove Feature Flags
  • Loading branch information
ethankaplan authored Feb 10, 2025
2 parents 0a7edd1 + 7c12374 commit 420f599
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const DraftMeasureDialog = ({ open, onClose, onSubmit, measure, loading }) => {
/>
</Box>
<>
{featureFlags?.qiCore6 && !measure?.model.includes("QDM") ? (
{!measure?.model.includes("QDM") ? (
<Box sx={formRowGapped}>
<Select
placeHolder={{ name: "Model", value: "" }}
Expand Down
1 change: 0 additions & 1 deletion src/types/madie-madie-util.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ declare module "@madie/madie-util" {

interface FeatureFlags {
enableQdmRepeatTransfer: boolean;
qiCore6: boolean;
qiCoreBonnieTestCases: boolean;
qiCoreElementsTab: boolean;
qdmHideJson: boolean;
Expand Down

0 comments on commit 420f599

Please sign in to comment.