Skip to content

Commit

Permalink
Merge pull request #381 from MeasureAuthoringTool/MAT-7872/displaying…
Browse files Browse the repository at this point in the history
…NoResultsFoundInSavedDefinitionsAndParameters

MAT-7872 second PR: setting loading to false when cql is empty
  • Loading branch information
sb-prateekkeerthi authored Nov 15, 2024
2 parents 8604ac7 + 0021b7c commit 473f55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CqlBuilderPanel/CqlBuilderPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export default function CqlBuilderPanel({
setLoading(false);
});
}
} else {
setLoading(false);
}
}, [measureModel, measureStoreCql]);

Check warning on line 134 in src/CqlBuilderPanel/CqlBuilderPanel.tsx

View workflow job for this annotation

GitHub Actions / Checkout, install, lint, build and test with coverage

React Hook useEffect has missing dependencies: 'fhirElmTranslationServiceApi' and 'qdmElmTranslationServiceApi'. Either include them or remove the dependency array

Expand Down

0 comments on commit 473f55f

Please sign in to comment.