diff --git a/app/javascript/ui/LiteReplyBox.vue b/app/javascript/ui/LiteReplyBox.vue index 4ce8358fa..3ca76bb82 100644 --- a/app/javascript/ui/LiteReplyBox.vue +++ b/app/javascript/ui/LiteReplyBox.vue @@ -113,7 +113,7 @@ export default { }, allowFileUpload() { // eslint-disable-next-line no-underscore-dangle - return window.__EDITOR_DISABLE_UPLOAD__ === true; + return window.__EDITOR_DISABLE_UPLOAD__ !== true; }, replyButtonLabel() { if (this.isPrivate) {