Skip to content

Commit 00550c7

Browse files
committed
fix: param multiple in ConversationForm.vue
1 parent 9121c14 commit 00550c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/dashboard/routes/dashboard/conversation/contact/ConversationForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ export default {
508508
input-id="newConversationAttachment"
509509
:size="4096 * 4096"
510510
:accept="allowedFileTypes"
511-
multiple="enableMultipleFileUpload"
511+
:multiple="enableMultipleFileUpload"
512512
:drop="true"
513513
:drop-directory="false"
514514
:data="{

0 commit comments

Comments
 (0)