Skip to content

Commit

Permalink
fix: add support for multiple training uploads (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakowenko committed Aug 30, 2021
1 parent 8c038bf commit 142b3f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
:maxFileSize="10000000"
@upload="$parent.init()"
:auto="true"
:multiple="true"
chooseLabel="Upload"
class="p-d-inline"
/>
Expand Down

0 comments on commit 142b3f7

Please sign in to comment.