We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08240c commit d097bddCopy full SHA for d097bdd
src/ChatWindow/Room.vue
@@ -371,11 +371,11 @@ export default {
371
showEmojis: { type: Boolean, required: true },
372
showReactionEmojis: { type: Boolean, required: true },
373
showNewMessagesDivider: { type: Boolean, required: true },
374
+ acceptedFiles: { type: String, required: true },
375
textFormatting: { type: Boolean, required: true },
376
loadingRooms: { type: Boolean, required: true },
377
roomInfo: { type: Function },
- textareaAction: { type: Function },
378
- acceptedFiles: { type: String, default: '*' }
+ textareaAction: { type: Function }
379
},
380
381
data() {
0 commit comments