Skip to content

Commit

Permalink
chore: Auto-redirect to flows
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Anton committed Jun 4, 2024
1 parent 15c8fb3 commit 77151bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/AppRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const AppRoutes = () => {
<Route path={ROUTES.BRAND} element={<Navigate to={ROUTES.BRAND_SETTINGS} replace />} />
)}
<Route path={ROUTES.STUDIO}>
<Route path="" element={<WorkflowListPage />} />
<Route path="" element={<Navigate to={ROUTES.STUDIO_FLOWS} replace />} />
<Route path={ROUTES.STUDIO_FLOWS} element={<WorkflowListPage />} />
</Route>

Expand Down

0 comments on commit 77151bd

Please sign in to comment.