Added Half usecases stuff on appmodal

This commit is contained in:
monilprajapati
2024-11-26 17:25:02 +05:30
parent 08463aa553
commit 8c1da8ea4e
3 changed files with 299 additions and 30 deletions
+4 -1
View File
@@ -183,7 +183,10 @@ const LoginDialog = (props) => {
if (responseJson.tutorials === undefined || responseJson.tutorials === null || !responseJson.tutorials.includes("welcome")) {
console.log("RUN Welcome!!")
window.location.pathname = "/welcome?tab=2"
setTimeout(() => {
navigate("/welcome?tab=2")
},200)
// window.location.pathname = ""
return
}