Skip to content

Commit

Permalink
MAT-7407 return types for definitions callback
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Oct 3, 2024
1 parent 6be6796 commit 17dd8b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/editMeasure/editor/MeasureEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -734,9 +734,7 @@ const MeasureEditor = () => {
setIsCQLUnchanged={setIsCQLUnchanged}
isCQLUnchanged={isCQLUnchanged}
resetCql={resetCql}
getCqlDefinitionReturnTypes={() =>
getCqlDefinitionReturnTypes()
}
getCqlDefinitionReturnTypes={getCqlDefinitionReturnTypes}
/>
) : (
<>
Expand Down

0 comments on commit 17dd8b9

Please sign in to comment.