fix: allowed extensions

This commit is contained in:
Arman
2022-11-17 11:31:00 +01:00
parent 8ec8dbbaff
commit 81ca10d2ff
@@ -174,10 +174,7 @@
id="entrypoint"
bind:value={entrypoint}
required />
<InputFile
label="Gzipped code (tar.gz)"
allowedFileExtensions={['tar.gz']}
bind:files />
<InputFile label="Gzipped code (tar.gz)" allowedFileExtensions={['gz']} bind:files />
<InputChoice label="Activate Deployment after build" id="activate" bind:value={active}>
This deployment will be activated after the build is completed.</InputChoice>
</FormList>