Skip to content

Commit f082199

Browse files
committed
useDefaultLauncher should be set to true which is by default so i removed it
1 parent 1b1762e commit f082199

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/providers/frontChat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ const load = ({
4747
beforeInit()
4848

4949
window.FrontChat('init', {
50-
chatId: providerKey,
51-
useDefaultLauncher: false // optional. Read more: https://dev.frontapp.com/docs/chat-sdk-reference#frontchatinit-options
50+
chatId: providerKey
51+
//Read more: https://dev.frontapp.com/docs/chat-sdk-reference
5252
})
5353
})
5454

0 commit comments

Comments
 (0)