mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 11:58:34 +02:00
Fix 'View Full Trace'
This commit is contained in:
parent
61e2e68cf9
commit
4d2959f1cc
@ -116,14 +116,14 @@ export function IndexingAttemptsTable({ ccPair }: { ccPair: CCPairFullInfo }) {
|
||||
{indexAttempt.error_msg || "-"}
|
||||
</Text>
|
||||
{indexAttempt.full_exception_trace && (
|
||||
<Text
|
||||
onClick={() =>
|
||||
setIndexAttemptTracePopupId(indexAttempt.id)
|
||||
}
|
||||
className="mt-2 text-link cursor-pointer"
|
||||
<div
|
||||
onClick={() => {
|
||||
setIndexAttemptTracePopupId(indexAttempt.id);
|
||||
}}
|
||||
className="mt-2 text-link cursor-pointer select-none"
|
||||
>
|
||||
View Full Trace
|
||||
</Text>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</TableCell>
|
||||
|
Loading…
x
Reference in New Issue
Block a user