feat(editor): Add prompt to save when leaving with unsaved changes in new canvas (no-changelog) (#9967)

This commit is contained in:
Alex Grozav
2024-07-08 15:57:42 +03:00
committed by GitHub
parent cb1bbf5fd3
commit cc27b57953
3 changed files with 70 additions and 35 deletions

View File

@@ -363,7 +363,7 @@ export const routes: RouteRecordRaw[] = [
redirect: '/workflow/new',
},
{
path: '/workflow-v2/:workflowId',
path: '/workflow-v2/:name',
name: VIEWS.WORKFLOW_V2,
components: {
default: NodeViewV2,