mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(editor): Keep NodeView component alive for TEMPLATE_IMPORT
and WORKFLOW_ONBOARDING
routes (no-changelog) (#7557)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
parent
7a56e58a60
commit
774d521dbd
|
@ -328,6 +328,7 @@ export const routes = [
|
|||
},
|
||||
meta: {
|
||||
templatesEnabled: true,
|
||||
keepWorkflowAlive: true,
|
||||
getRedirect: getTemplatesRedirect,
|
||||
permissions: {
|
||||
allow: {
|
||||
|
@ -346,6 +347,7 @@ export const routes = [
|
|||
},
|
||||
meta: {
|
||||
templatesEnabled: true,
|
||||
keepWorkflowAlive: true,
|
||||
getRedirect: () => getTemplatesRedirect(VIEWS.NEW_WORKFLOW),
|
||||
permissions: {
|
||||
allow: {
|
||||
|
|
Loading…
Reference in a new issue