mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
Feature: Rewamp super admin dashboard (#882)
This commit is contained in:
@@ -10,7 +10,7 @@ const runSDK = ({ baseUrl, websiteToken }) => {
|
||||
isOpen: false,
|
||||
position: chatwootSettings.position === 'left' ? 'left' : 'right',
|
||||
websiteToken,
|
||||
locale: chatwootSettings.locale || 'en',
|
||||
locale: chatwootSettings.locale,
|
||||
|
||||
toggle() {
|
||||
IFrameHelper.events.toggleBubble();
|
||||
|
||||
Reference in New Issue
Block a user