navigate to home instead of floàw
This commit is contained in:
@@ -38,7 +38,7 @@ const ValidateCover = () => {
|
||||
await updateProjectData({
|
||||
coverUrl: selectedProject?.cover?.result,
|
||||
});
|
||||
navigate(Routes.FlowSelection);
|
||||
navigate(Routes.Home);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user