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
+1 -1
View File
@@ -939,7 +939,6 @@ const Apps2 = (props) => {
queryParams.set('tab', newQueryParam);
queryParams.delete('q');
window.history.replaceState({}, '', `${location.pathname}?${queryParams.toString()}`);
console.log("Apps to show", appsToShow)
};
@@ -982,6 +981,7 @@ const Apps2 = (props) => {
onClose={handleAppModalClose}
app={selectedApp}
userdata={userdata}
globalUrl={globalUrl}
/>
<div style={boxStyle}>
<Typography variant="h4" style={{ marginBottom: 20, paddingLeft: 15, textTransform: 'none' }}>
+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
}