Skip to content

Commit

Permalink
missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthiago committed Feb 13, 2025
1 parent ee3c0c2 commit 25bc848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/BitteAiChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const BitteAiChat = ({
agentId,
options,
welcomeMessageComponent,
mobileInputExtraButton,
}: BitteAiChatProps) => {
const [loadedData, setLoadedData] = useState({
agentIdLoaded: "",
Expand Down Expand Up @@ -59,6 +60,7 @@ export const BitteAiChat = ({
localAgent: options?.localAgent,
}}
welcomeMessageComponent={welcomeMessageComponent}
mobileInputExtraButton={mobileInputExtraButton}
/>
</AccountProvider>
);
Expand Down
2 changes: 2 additions & 0 deletions src/components/chat/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export const SmartActionsInput = ({
}
}, [agentName]);

console.log({ mobileInputExtraButton });

return (
<form
className='bitte-relative bitte-mb-0 bitte-flex bitte-w-full bitte-items-center bitte-justify-center bitte-gap-4 max-lg:bitte-flex-wrap'
Expand Down

0 comments on commit 25bc848

Please sign in to comment.