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