fix: Redirect home to workflows always (#4968)

fix: redirect to workflows always
This commit is contained in:
Mutasem Aldmour 2022-12-20 09:39:29 +01:00 committed by GitHub
parent 5b11dc3ff9
commit 90bfdfd577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {