mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Redirect home to workflows always (#4968)
fix: redirect to workflows always
This commit is contained in:
@@ -74,9 +74,7 @@ const router = new Router({
|
||||
name: VIEWS.HOMEPAGE,
|
||||
meta: {
|
||||
getRedirect() {
|
||||
const startOnNewWorkflowRouteFlag =
|
||||
window.posthog?.getFeatureFlag?.('start-at-wf-empty-state') === 'test';
|
||||
return { name: startOnNewWorkflowRouteFlag ? VIEWS.NEW_WORKFLOW : VIEWS.WORKFLOWS };
|
||||
return { name: VIEWS.WORKFLOWS };
|
||||
},
|
||||
permissions: {
|
||||
allow: {
|
||||
|
||||
Reference in New Issue
Block a user