diff --git a/qortal-ui-plugins/plugins/core/components/ChatPage.js b/qortal-ui-plugins/plugins/core/components/ChatPage.js index 56cafa79..a01ef691 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatPage.js +++ b/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 } } }