Skip to content

Commit 95b891e

Browse files
authored
Revert truncate base64 images in the traces/spans table (pending BE fix for LLM tab) (#611)
1 parent 55fc824 commit 95b891e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/opik-frontend/src/components/pages/TracesPage/TracesSpansTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const TracesSpansTab: React.FC<TracesSpansTabProps> = ({
9696
page: page as number,
9797
size: size as number,
9898
search: search as string,
99-
truncate: true,
99+
truncate: false,
100100
},
101101
{
102102
placeholderData: keepPreviousData,

0 commit comments

Comments
 (0)