Skip to content

Commit d097bdd

Browse files
committed
(clean) reorder props
1 parent d08240c commit d097bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ChatWindow/Room.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,11 +371,11 @@ export default {
371371
showEmojis: { type: Boolean, required: true },
372372
showReactionEmojis: { type: Boolean, required: true },
373373
showNewMessagesDivider: { type: Boolean, required: true },
374+
acceptedFiles: { type: String, required: true },
374375
textFormatting: { type: Boolean, required: true },
375376
loadingRooms: { type: Boolean, required: true },
376377
roomInfo: { type: Function },
377-
textareaAction: { type: Function },
378-
acceptedFiles: { type: String, default: '*' }
378+
textareaAction: { type: Function }
379379
},
380380
381381
data() {

0 commit comments

Comments
 (0)