Skip to content

Commit

Permalink
Removing unnecessary attribute on Vue File Agent (#329)
Browse files Browse the repository at this point in the history
Signed-off-by: Demetrius Kellum <[email protected]>

Removing the accepts attribute on the Vue File Agent.  This attribute
is unnecessary since determining if the right file type is uploaded is
handled later.
  • Loading branch information
dmokllm authored Aug 24, 2020
1 parent 8de58f5 commit 37b407b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/global/upload_tabs/FileReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<VueFileAgent
ref="vueFileAgent"
:multiple="true"
:accept="'.json, application/json'"
:helpText="'Choose files to upload'"
@select="filesSelected($event)"
v-model="fileRecords"
Expand Down

0 comments on commit 37b407b

Please sign in to comment.