Browse Source

Merge pull request #3459 from break60/1.3.2-release

[optimization][ui]Remove node deep monitoring
pull/3/MERGE
xingchun-chen 4 years ago committed by GitHub
parent
commit
0e58b7fbb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

2
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

@ -602,9 +602,7 @@
},
watch: {
'tasks': {
deep: true,
handler (o) {
// Edit state does not allow deletion of node a...
this.setIsEditDag(true)
}

Loading…
Cancel
Save