navigate to home instead of floàw
This commit is contained in:
@@ -70,7 +70,7 @@ const Home = () => {
|
||||
if (!project?.id) return;
|
||||
selectProject(project.id);
|
||||
setActiveStageIndex(findFirstUnlockedStageIndex(project));
|
||||
navigate(Routes.FlowSelection);
|
||||
navigate(Routes.Home);
|
||||
};
|
||||
|
||||
const stageStates = useMemo(
|
||||
|
||||
Reference in New Issue
Block a user