Browse Source

missing comma

pull/127/head
Phillip Lang Martinez 2 years ago
parent
commit
bd3d31f1f5
  1. 2
      qortal-ui-plugins/plugins/core/components/ChatPage.js

2
qortal-ui-plugins/plugins/core/components/ChatPage.js

@ -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…
Cancel
Save