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

This commit is contained in:
ManishMadan2882
2025-05-09 20:02:49 +05:30
parent e1aa2cc0b8
commit d873539856
2 changed files with 24 additions and 26 deletions

View File

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