Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Feb 14, 2025
1 parent 19a9ec5 commit aa629dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@
<Layout.Stack gap="xl">
<Layout.Stack gap="xxs">
<InputFile
label="Upload a zip file (tar.gz) containing your function source code"
allowedFileExtensions={['gz']}
bind:files
required />
label="Upload a zip file (tar.gz) containing your function source code"
allowedFileExtensions={['gz']}
bind:files
required />
</Layout.Stack>
<Details bind:name bind:id />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<span slot="description"> Manually deploy a site by uploading any file(s) or folder. </span>

<InputFile
label="Upload a zip file (tar.gz) containing your function source code"
allowedFileExtensions={['gz']}
bind:files
required />
label="Upload a zip file (tar.gz) containing your function source code"
allowedFileExtensions={['gz']}
bind:files
required />
<svelte:fragment slot="footer">
<Button text size="s" on:click={() => (show = false)}>Cancel</Button>
<Button size="s" disabled={!(files ?? [])[0]} submit submissionLoader>Create</Button>
Expand Down

0 comments on commit aa629dc

Please sign in to comment.