Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
d.maximchuk committed Sep 24, 2024
1 parent 657df29 commit 6d95a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/Dashboard/Check.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const DeleteVariable = ({ varName, varId }) => {
message.error(data.deleteVariable.error);
} else {
message.success(`Variable "${varName}" removed successfully`);
// TODO: drop variable from ProjectsMapContext too
}
},
onError: (error) => {
Expand Down

0 comments on commit 6d95a47

Please sign in to comment.