mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Revert "(fix:message-input) no badge buttons when shared"
This reverts commit d873539856.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user