From 678998f0007edbae7a6b62ca9165764310047159 Mon Sep 17 00:00:00 2001 From: "Brian.Jiang2021" Date: Wed, 5 Jul 2023 09:42:54 +0800 Subject: [PATCH] fix: fields type --- apps/storefront/src/components/table/B3Table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/storefront/src/components/table/B3Table.tsx b/apps/storefront/src/components/table/B3Table.tsx index 55dee73f..d039c60b 100644 --- a/apps/storefront/src/components/table/B3Table.tsx +++ b/apps/storefront/src/components/table/B3Table.tsx @@ -91,7 +91,7 @@ interface TableProps { isAllSelect?: boolean sortDirection?: 'asc' | 'desc' sortByFn?: (node: any) => void - orderBy: string + orderBy?: string } interface RowProps {