fix(File Uploader): call 'upload_files' without passing event object (#25034)
This commit is contained in:
parent
6cf8f4ecae
commit
98fac311a8
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@
|
|||
/>
|
||||
</div>
|
||||
<div class="flex align-center" v-if="show_upload_button && currently_uploading === -1">
|
||||
<button class="btn btn-primary btn-sm margin-right" @click="upload_files">
|
||||
<button class="btn btn-primary btn-sm margin-right" @click="() => upload_files()">
|
||||
<span v-if="files.length === 1">
|
||||
{{ __("Upload file") }}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue