mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Formatting fix
This commit is contained in:
@@ -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 />
|
||||
|
||||
|
||||
+4
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user