From 4d2959f1cc1ebd33c6716461dfe6ed7103dadfd7 Mon Sep 17 00:00:00 2001 From: Weves Date: Sun, 18 Feb 2024 01:20:40 -0800 Subject: [PATCH] Fix 'View Full Trace' --- .../connector/[ccPairId]/IndexingAttemptsTable.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/app/admin/connector/[ccPairId]/IndexingAttemptsTable.tsx b/web/src/app/admin/connector/[ccPairId]/IndexingAttemptsTable.tsx index 204e371b8..d2fd7facd 100644 --- a/web/src/app/admin/connector/[ccPairId]/IndexingAttemptsTable.tsx +++ b/web/src/app/admin/connector/[ccPairId]/IndexingAttemptsTable.tsx @@ -116,14 +116,14 @@ export function IndexingAttemptsTable({ ccPair }: { ccPair: CCPairFullInfo }) { {indexAttempt.error_msg || "-"} {indexAttempt.full_exception_trace && ( - - setIndexAttemptTracePopupId(indexAttempt.id) - } - className="mt-2 text-link cursor-pointer" +
{ + setIndexAttemptTracePopupId(indexAttempt.id); + }} + className="mt-2 text-link cursor-pointer select-none" > View Full Trace - +
)}