Skip to content

Commit

Permalink
MAT-7372 CQL Library: Unable to draft a library
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Jun 26, 2024
1 parent 4f92a7e commit 5138811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/createDraftDialog/CreateDraftDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const CreatDraftDialog = ({
return onSubmit({
...cqlLibrary,
cqlLibraryName,
cql: editorContents?.cql,
cql: editorContents?.cql || editorContents,
});
};

Expand Down

0 comments on commit 5138811

Please sign in to comment.