This commit is contained in:
filtered
2025-05-12 20:28:34 +10:00
parent 65cec4611c
commit bcfc944214

View File

@@ -442,7 +442,7 @@ export const useWorkflowStore = defineStore('workflow', () => {
if (subgraph) { if (subgraph) {
const [, ...pathFromRoot] = subgraph.pathToRootGraph const [, ...pathFromRoot] = subgraph.pathToRootGraph
subgraphNamePath.value = pathFromRoot.map((graph) => graph.name) subgraphNamePath.value = pathFromRoot.map((subgraph) => subgraph.name)
} else { } else {
subgraphNamePath.value = [] subgraphNamePath.value = []
} }