mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 11:58:34 +02:00
Fix query ID when giving feedback
This commit is contained in:
parent
e1fbffd141
commit
5a6abbf39e
@ -135,9 +135,13 @@ export const SearchResultsDisplay: React.FC<SearchResultsDisplayProps> = ({
|
||||
</div>
|
||||
)}
|
||||
|
||||
<div className="ml-auto mt-auto">
|
||||
<QAFeedbackBlock queryId={1} />
|
||||
</div>
|
||||
{searchResponse.queryEventId !== null && (
|
||||
<div className="ml-auto mt-auto">
|
||||
<QAFeedbackBlock
|
||||
queryId={searchResponse.queryEventId}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user