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>
|
<p>
|
||||||
Progress: {progress * 100}%
|
Progress: {progress * 100}%
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
{#if form}
|
||||||
|
{form.success}
|
||||||
|
{/if}
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<Button class="upload-btn" clickFunc={ () => fileInput.click() }>Upload</Button>
|
<Button class="upload-btn" clickFunc={ () => fileInput.click() }>Upload</Button>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue