Minor fixes to app creation process

This commit is contained in:
frikky
2021-03-03 16:16:43 +01:00
parent 3c6e973f3d
commit 516a6df356
4 changed files with 17 additions and 8 deletions
+2 -1
View File
@@ -1238,6 +1238,7 @@ const AppCreator = (props) => {
})
setActions(actions)
setActionAmount(actionAmount-1)
setUpdate(Math.random())
}
@@ -1914,7 +1915,7 @@ const AppCreator = (props) => {
{fileUploadEnabled ?
<TextField
required
style={{backgroundColor: inputColor, display: "inline-block",}}
style={{backgroundColor: inputColor, display: "inline-block", marginLeft: 10, maxWidth: 210, marginTop: 7, }}
placeholder={"file"}
margin="normal"
variant="outlined"
+1 -1
View File
@@ -215,7 +215,7 @@ const Apps = (props) => {
}
}
runAppSearch("")
//runAppSearch("")
})
.catch(error => {
alert.error(error.toString())