Merge branch 'hotfix/1.7.2'
This commit is contained in:
commit
b38952d6ca
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const runSDK = ({ baseUrl, websiteToken }) => {
|
|||
websiteToken,
|
||||
locale: chatwootSettings.locale,
|
||||
type: getBubbleView(chatwootSettings.type),
|
||||
launcherTitle: window.chatwootSettings.launcherTitle || '',
|
||||
launcherTitle: chatwootSettings.launcherTitle || '',
|
||||
|
||||
toggle() {
|
||||
IFrameHelper.events.toggleBubble();
|
||||
|
|
Loading…
Reference in a new issue