missing comma
This commit is contained in:
parent
51ecb6b8bf
commit
bd3d31f1f5
@ -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 }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user