Made error messages less vague
This commit is contained in:
parent
c6d77c4623
commit
223b258fbd
1 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,11 @@
|
|||
<p>
|
||||
Progress: {progress * 100}%
|
||||
</p>
|
||||
<p>
|
||||
{#if form}
|
||||
{form.success}
|
||||
{/if}
|
||||
</p>
|
||||
<p>
|
||||
<Button class="upload-btn" clickFunc={ () => fileInput.click() }>Upload</Button>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue