Allow multiple new files to be uploaded in files interface

This commit is contained in:
rijkvanzanten
2020-08-07 17:19:32 -04:00
parent 69d6ad32fc
commit 9b163d79c2
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
<v-dialog v-model="showUpload">
<v-card>
<v-card-title>{{ $t('upload_file') }}</v-card-title>
<v-card-text><v-upload @upload="onUpload" /></v-card-text>
<v-card-text><v-upload @upload="onUpload" multiple /></v-card-text>
<v-card-actions>
<v-button @click="showUpload = false">{{ $t('done') }}</v-button>
</v-card-actions>