We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1762e commit f082199Copy full SHA for f082199
1 file changed
src/providers/frontChat.ts
@@ -47,8 +47,8 @@ const load = ({
47
beforeInit()
48
49
window.FrontChat('init', {
50
- chatId: providerKey,
51
- useDefaultLauncher: false // optional. Read more: https://dev.frontapp.com/docs/chat-sdk-reference#frontchatinit-options
+ chatId: providerKey
+ //Read more: https://dev.frontapp.com/docs/chat-sdk-reference
52
})
53
54
0 commit comments