Skip to content

Commit a4d1f75

Browse files
committed
Add TODO for later
1 parent 7ab6a3d commit a4d1f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/cylc/tree/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ function removeJob (jobId, workflow, options) {
430430
parent.children.splice(parent.children.indexOf(job), 1)
431431
}
432432
}
433+
// TODO: for later, I believe this has already been deleted above? In recursively...
433434
Vue.delete(workflow.lookup, jobId)
434435
}
435436
}

0 commit comments

Comments
 (0)