fix: upload toggle

This commit is contained in:
Shivam Mishra
2025-06-04 16:43:57 +05:30
parent 79f7afaeec
commit 312c8a1a74
+1 -1
View File
@@ -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) {