Skip to content

Commit

Permalink
fix: remove props override (#358)
Browse files Browse the repository at this point in the history
## Changes
- 

ticket: []

## Additional Notes
- 

## Checklist
Before requesting a code review, please check the following:
- [x] **[Required]** CI has passed all checks.
- [x] **[Required]** A self-review has been conducted to ensure there
are no minor mistakes.
- [x] **[Required]** Unnecessary comments/debugging code have been
removed.
- [x] **[Required]** All requirements specified in the ticket have been
accurately implemented.
- [ ] Ensure the ticket has been updated with the sprint, status, and
story points.
  • Loading branch information
bang9 authored Sep 12, 2024
1 parent 8181ba9 commit 5db7438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
Binary file modified sendbird-chat-4.14.2.tgz
Binary file not shown.
10 changes: 1 addition & 9 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
import ChatAiWidget, { ChatAiWidgetProps } from './components/widget/ChatAiWidget';

const App = (props: ChatAiWidgetProps) => {
return (
<ChatAiWidget
{...props}
applicationId={'B13D7DE1-7F2B-4343-A896-E812E2BBC67A'}
botId={'onboarding_bot'}
apiHost={'https://api-no2.sendbirdtest.com'}
wsHost={'wss://ws-no2.sendbirdtest.com'}
/>
);
return <ChatAiWidget {...props} />;
};

export default App;
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3310,7 +3310,7 @@ __metadata:

"@sendbird/chat@file:./sendbird-chat-4.14.2.tgz::locator=%40sendbird%2Fchat-ai-widget%40workspace%3A.":
version: 4.14.2
resolution: "@sendbird/chat@file:./sendbird-chat-4.14.2.tgz#./sendbird-chat-4.14.2.tgz::hash=a20935&locator=%40sendbird%2Fchat-ai-widget%40workspace%3A."
resolution: "@sendbird/chat@file:./sendbird-chat-4.14.2.tgz#./sendbird-chat-4.14.2.tgz::hash=650a4b&locator=%40sendbird%2Fchat-ai-widget%40workspace%3A."
peerDependencies:
"@react-native-async-storage/async-storage": ^1.17.6
react-native-mmkv: ^2.0.0
Expand All @@ -3319,7 +3319,7 @@ __metadata:
optional: true
react-native-mmkv:
optional: true
checksum: 10c0/67397ec51dcecd605fb997d1827cd7f436711c779ce888f7cbac6de9ca3e0ec0e3b9be21a881433aaad16eee60a328d970a4c1ccc75ed641b078add3383dadba
checksum: 10c0/7568bb5a0215ed227b69269b85773b8c9d57cf1dc4055ceed6d7aca2ab19d21f65bd59338b86b6165c6bee6ef1ed9ccd46d53ffdd3d0dd1dedb93e4f6c696af2
languageName: node
linkType: hard

Expand Down

0 comments on commit 5db7438

Please sign in to comment.