fix: upload toggle
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user