wip buttons

This commit is contained in:
psychedelicious
2023-08-23 16:24:09 +10:00
parent 8eca3bbbcd
commit 3651cf7ee2
14 changed files with 96 additions and 155 deletions

View File

@ -32,6 +32,10 @@ const selector = createSelector(
}
if (activeTabName === 'nodes' && nodes.shouldValidateGraph) {
if (!nodes.nodes.length) {
reasons.push('No nodes in graph');
}
nodes.nodes.forEach((node) => {
if (!isInvocationNode(node)) {
return;