remove max-size

This commit is contained in:
Torsten Dittmann
2023-03-21 15:17:12 +01:00
parent b16b8e0a71
commit dffe268dbf
@@ -70,7 +70,7 @@
Upload multiple variables via a .env file that will be passed to your function at runtime.
</p>
<InputFile maxSize={100000} bind:files label="Attach a file" />
<InputFile bind:files label="Attach a file" />
<svelte:fragment slot="footer">
<Button text on:click={() => (show = false)}>Cancel</Button>