diff --git a/app/javascript/react-components/src/components/ChatwootProvider.jsx b/app/javascript/react-components/src/components/ChatwootProvider.jsx index a69dddda7..7b275c5bf 100644 --- a/app/javascript/react-components/src/components/ChatwootProvider.jsx +++ b/app/javascript/react-components/src/components/ChatwootProvider.jsx @@ -52,6 +52,7 @@ export const ChatwootProvider = ({ window.__PUBSUB_TOKEN__ = config.pubsubToken; window.__WOOT_CONVERSATION_ID__ = config.conversationId; window.__WOOT_ISOLATED_SHELL__ = true; + window.__EDITOR_DISABLE_UPLOAD__ = true; /* eslint-enable no-underscore-dangle */ // Initialize common helpers