From 674b773fd716f59578335e6b80172795e37d772e Mon Sep 17 00:00:00 2001 From: Dustin Healy <54083382+dustinhealy@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:56:35 -0800 Subject: [PATCH] chore: address comments --- .../Chat/Input/Files/Table/SortFilterHeader.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/Chat/Input/Files/Table/SortFilterHeader.tsx b/client/src/components/Chat/Input/Files/Table/SortFilterHeader.tsx index ffb1f665b0..6a476027e1 100644 --- a/client/src/components/Chat/Input/Files/Table/SortFilterHeader.tsx +++ b/client/src/components/Chat/Input/Files/Table/SortFilterHeader.tsx @@ -33,12 +33,12 @@ export function SortFilterHeader({ { label: localize('com_ui_ascending'), onClick: () => column.toggleSorting(false), - icon: , + icon: , }, { label: localize('com_ui_descending'), onClick: () => column.toggleSorting(true), - icon: , + icon: , }, ]; @@ -56,7 +56,7 @@ export function SortFilterHeader({ items.push({ label: filterValue, onClick: () => column.setFilterValue(value), - icon: