Made automatic builds of apps happen when an app is selected onprem

This commit is contained in:
frikky
2022-12-06 14:51:51 +00:00
committed by GitHub
parent 73d81520a9
commit 8c21ad07ed
4 changed files with 225 additions and 8 deletions
+1 -3
View File
@@ -161,7 +161,7 @@ const WelcomeForm = (props) => {
const foundTab = params["tab"];
if (foundTab !== null && foundTab !== undefined && !isNaN(foundTab)) {
if (foundTab === 3 || foundTab === "3") {
console.log("SET SEARCH!!")
//console.log("Set search!")
}
} else {
//navigate(`/welcome?tab=1`)
@@ -380,8 +380,6 @@ const WelcomeForm = (props) => {
console.log("Selected app changed (effect)")
}, [newSelectedApp])
console.log("Clickdiff: ", clickdiff)
//const buttonWidth = 145
const buttonWidth = 450
const buttonMargin = 10