Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 426b2c9

Browse files
committed
fix(create-new-team): increase delay before redirection
Addresses #361 (comment)
1 parent 99d5b57 commit 426b2c9

File tree

1 file changed

+1
-1
lines changed
  • src/routes/CreateNewTeam/components/SubmitContainer

1 file changed

+1
-1
lines changed

src/routes/CreateNewTeam/components/SubmitContainer/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function SubmitContainer({
150150
dispatch(clearSearchedRoles());
151151
// Backend api create project has sync issue, so delay 2 seconds
152152
navigate("/taas/myteams");
153-
}, 2000);
153+
}, 4000);
154154
})
155155
.catch((err) => {
156156
setRequestLoading(false);

0 commit comments

Comments
 (0)