🐛 Fix bug with displaying node-issues

This commit is contained in:
Jan Oberhauser
2019-07-07 19:17:34 +02:00
parent bcaddecdd6
commit 16ba7e6ed7
3 changed files with 17 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ export const workflowHelpers = mixins(
node = workflow.nodes[nodeName];
if (node.disabled === true) {
// Ignore issues on disabled nodes
continue;
}