This commit is contained in:
filtered
2025-05-12 20:28:34 +10:00
parent ecdf89d8d8
commit 2a41b90538

View File

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