Skip to content

Commit 3fbb47a

Browse files
committed
Add missing local type to props
1 parent 2387cda commit 3fbb47a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/LiveChatLoaderProvider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ interface LiveChatLoaderProps {
1010
providerKey: string
1111
appID?: string
1212
baseUrl?: string
13+
locale?: string
1314
beforeInit?: () => void
1415
onReady?: () => void
1516
}

0 commit comments

Comments
 (0)