missing comma

This commit is contained in:
Phillip Lang Martinez 2022-11-09 18:18:19 +02:00
parent 51ecb6b8bf
commit bd3d31f1f5

View File

@ -60,7 +60,7 @@ class ChatPage extends LitElement {
iframeHeight: { type: Number },
chatMessageSize: { type: Number},
imageFile: {type: Object},
isUploadingImage: {type: Boolean}
isUploadingImage: {type: Boolean},
caption: { type: String }
}
}