mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-21 05:20:55 +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>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{searchResponse.queryEventId !== null && (
|
||||||
<div className="ml-auto mt-auto">
|
<div className="ml-auto mt-auto">
|
||||||
<QAFeedbackBlock queryId={1} />
|
<QAFeedbackBlock
|
||||||
|
queryId={searchResponse.queryEventId}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user