Downgraded baseimage to 0.8.64

This commit is contained in:
frikky
2021-03-30 19:57:21 +02:00
parent 1b428b301a
commit 62d4c0f602
8 changed files with 698 additions and 514 deletions
+3 -1
View File
@@ -1340,7 +1340,9 @@ const AppCreator = (props) => {
placeholder={'Query name'}
helperText={<span style={{color:"white", marginBottom: "2px",}}>Click required switch</span>}
onBlur={(e) => {
urlPathQueries[index].name = e.target.value
console.log("IN BLUR: ", e.target.value)
urlPathQueries[index].name = e.target.value.replaceAll("=", "")
setUrlPathQueries(urlPathQueries)
}}
InputProps={{