Skip to content

Commit

Permalink
MAT-7246 refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Jun 18, 2024
1 parent 9d53588 commit b41e456
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/editCqlLibrary/EditCqlLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,7 @@ const EditCqlLibrary = () => {
);
}
if (secondaryMessages.length > 0) {
primaryMessage =
"CQL updated successfully but the following issues were found";
primaryMessage += " but the following issues were found";
}
setSuccess({
status: "success",
Expand Down

0 comments on commit b41e456

Please sign in to comment.