Skip to content

Commit

Permalink
Commented toolConfig watcher in ToolPanel. NB: CHECK TO SEE IF THIS S…
Browse files Browse the repository at this point in the history
…HOULD BE COMPLETELY REMOVER OR NOT
  • Loading branch information
sveinugu committed Sep 23, 2023
1 parent 6a6ac99 commit 409f73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/Tool/ToolPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ export default {
},
},
watch: {
toolConfig() {
this.onSetError(null);
},
// toolConfig() {
// this.onSetError(null);
// },
showErrorDialog(showErrorDialog) {
if (!showErrorDialog) {
this.onSetError(null);
Expand Down

0 comments on commit 409f73a

Please sign in to comment.