From db51d2d011fef89bc7bb55a5ae99652beb22eb2a Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 4 Jun 2025 16:34:58 +0530 Subject: [PATCH] fix: options --- public/test-components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/test-components.html b/public/test-components.html index 32a0ae94e19..c62d0b43cfe 100644 --- a/public/test-components.html +++ b/public/test-components.html @@ -13,7 +13,7 @@ window.__WEBSOCKET_URL__ = 'ws://localhost:3000'; window.__WOOT_CONVERSATION_ID__ = 13918; window.__DISABLE_EDITOR__ = true; - window.__EDITOR_ALLOW_UPLOAD__ = true; + window.__EDITOR_DISABLE_UPLOAD__ = true;