Fixed Tenzir force start from frontend
This commit is contained in:
@@ -536,15 +536,16 @@ const AppSelection = props => {
|
||||
})}
|
||||
</Grid>
|
||||
</div>
|
||||
{
|
||||
!isAppPage && (
|
||||
<>
|
||||
{!moreButton ? (
|
||||
<div style={{ width: "100%", marginLeft: isMobile ? 80 : 200, marginBottom: 20, textAlign: isMobile ? "center" : null }}>
|
||||
<Link style={{ color: "#FF8444" }} onClick={() => {
|
||||
setMoreButton(true)
|
||||
setTimeout(() => {
|
||||
navigate("/welcome?tab=2")
|
||||
if (isAppPage) {
|
||||
navigate("/apps?tab=all_apps")
|
||||
} else {
|
||||
navigate("/welcome?tab=2")
|
||||
}
|
||||
}, 250)
|
||||
}}
|
||||
>See More Apps</Link>
|
||||
@@ -552,15 +553,14 @@ const AppSelection = props => {
|
||||
|
||||
<div style={{ flexDirection: "row", width: isMobile ? 340 : null, textAlign: isMobile ? "center" : null }}>
|
||||
<Button variant="contained" type="submit" fullWidth style={bottomButtonStyle} onClick={() => {
|
||||
navigate("/usecases2")
|
||||
setActiveStep(2)
|
||||
navigate("/usecases")
|
||||
if(!isAppPage) {
|
||||
setActiveStep(2)
|
||||
}
|
||||
}}>
|
||||
See usecases
|
||||
</Button>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
</div>
|
||||
</Fade>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user