Skip to content

Commit

Permalink
fixed select
Browse files Browse the repository at this point in the history
  • Loading branch information
mishramonalisha76 committed Oct 17, 2024
1 parent 0229f91 commit 24e0b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export default function App() {
<ChatUIProvider
user={userPushSDKInstance}
theme={darkMode && darkChatTheme}
debug={true}
debug={false}
uiConfig={{
suppressToast: false,
}}
Expand Down

0 comments on commit 24e0b56

Please sign in to comment.