Skip to content

Commit

Permalink
Merge pull request #170 from MeasureAuthoringTool/MAT-7652
Browse files Browse the repository at this point in the history
MAT-7652 CQL Validation - Multiple Using Statements
  • Loading branch information
adongare authored Dec 3, 2024
2 parents 7b1abd5 + 2b7c608 commit ee69938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/editCqlLibrary/EditCqlLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ const EditCqlLibrary = () => {
}
if (updatedContent.isUsingStatementChanged) {
secondaryMessages.push(
"Using statement was incorrect. MADiE has overwritten it."
"Incorrect using statement(s) detected. MADiE has corrected it."
);
}
if (updatedContent.isValueSetChanged) {
Expand Down

0 comments on commit ee69938

Please sign in to comment.