Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#3840 - Hotfix: Bulk uploads: Unexpected error while uploading the fi…
…le displays when "Validate" or "Create now" are selected for valid bulk upload (#3860) In Vuetify newer versions there's a [change on how VFileInput deals with the model value](https://vuetifyjs.com/en/api/v-file-input/#props-model-value): - If `multiple` prop is undefined or false, VFileInput will return a `File`. If true, it returns a `File[]`. Instead of destructuring a file from an array, the model file can be used as the blob required.
- Loading branch information