fix(editor): Show workflow data in header when execution page is hard reloaded (#9529)

This commit is contained in:
Csaba Tuncsik
2024-05-30 16:47:02 +02:00
committed by GitHub
parent dda56aa6d3
commit e68a3fd6ce
4 changed files with 48 additions and 12 deletions

View File

@@ -80,9 +80,6 @@ export default defineComponent({
workflow(): IWorkflowDb {
return this.workflowsStore.workflow;
},
workflowName(): string {
return this.workflowsStore.workflowName;
},
currentWorkflow(): string {
return this.$route.params.name || this.workflowsStore.workflowId;
},