Remove 'required' from upload field that fails to recognize drag-drop

This commit is contained in:
Kailash Nadh 2020-09-02 11:48:56 +05:30
parent d219f6549e
commit 288164ea6a
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
<hr />
<b-field label="CSV or ZIP file" label-position="on-border">
<b-upload v-model="form.file" drag-drop expanded required>
<b-upload v-model="form.file" drag-drop expanded>
<div class="has-text-centered section">
<p>
<b-icon icon="file-upload-outline" size="is-large"></b-icon>

View File

@ -17,7 +17,7 @@
drag-drop
multiple
accept=".png,.jpg,.jpeg,.gif"
expanded required>
expanded>
<div class="has-text-centered section">
<p>
<b-icon icon="file-upload-outline" size="is-large"></b-icon>