Skip to content

Commit

Permalink
fix: param multiple in ConversationForm.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
clairton committed Sep 26, 2024
1 parent 9121c14 commit 00550c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ export default {
input-id="newConversationAttachment"
:size="4096 * 4096"
:accept="allowedFileTypes"
multiple="enableMultipleFileUpload"
:multiple="enableMultipleFileUpload"
:drop="true"
:drop-directory="false"
:data="{
Expand Down

0 comments on commit 00550c7

Please sign in to comment.