Skip to content

Commit

Permalink
fix: fields type
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Jul 11, 2023
1 parent 0432da7 commit 678998f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storefront/src/components/table/B3Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ interface TableProps<T> {
isAllSelect?: boolean
sortDirection?: 'asc' | 'desc'
sortByFn?: (node: any) => void
orderBy: string
orderBy?: string
}

interface RowProps<T> {
Expand Down

0 comments on commit 678998f

Please sign in to comment.