Fixed issues with app generation, welcome form and other parts

This commit is contained in:
frikky
2022-08-01 22:47:29 +02:00
parent 2d51aaaa82
commit cfa4960210
4 changed files with 12 additions and 7 deletions
+2 -2
View File
@@ -3850,7 +3850,7 @@ const AppCreator = (defaultprops) => {
Enable Fileupload
</Button>
) : null}
{currentActionMethod === "GET" ? (
{/*currentActionMethod === "GET" ? (
<Button
color="primary"
variant={fileDownloadEnabled ? "contained" : "outlined"}
@@ -3872,7 +3872,7 @@ const AppCreator = (defaultprops) => {
>
Download as file
</Button>
) : null}
) : null*/}
{fileUploadEnabled ? (
<TextField
required