Revert "(fix:message-input) no badge buttons when shared"

This reverts commit d873539856.
This commit is contained in:
ManishMadan2882
2025-05-12 16:32:17 +05:30
parent 3ffda69651
commit 357ced6cba
2 changed files with 28 additions and 25 deletions

View File

@@ -160,7 +160,8 @@ export const SharedConversation = () => {
onChange={(e) => setInput(e.target.value)}
onSubmit={() => handleQuestionSubmission()}
loading={status === 'loading'}
isShared={true}
showSourceButton={false}
showToolButton={false}
/>
) : (
<button