mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
adds click event to the like/dislike icon
This commit is contained in:
@@ -50,6 +50,7 @@ export default function Conversation() {
|
||||
key={`${index}ANSWER`}
|
||||
message={query.response}
|
||||
type={'ANSWER'}
|
||||
feedback={query.feedback}
|
||||
></ConversationBubble>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user