Skip to content

Commit

Permalink
Update FwbFileInput.vue
Browse files Browse the repository at this point in the history
Added  :accept="accept" in the other file input.
  • Loading branch information
gitamgadtaula authored Apr 27, 2024
1 parent 694f7a6 commit 911f1b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FwbFileInput/FwbFileInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<input
:multiple="multiple"
type="file"
:accept="accept"
class="hidden"
>
</label>
Expand Down

0 comments on commit 911f1b9

Please sign in to comment.