Skip to content

Commit

Permalink
feat: resolve review
Browse files Browse the repository at this point in the history
  • Loading branch information
ssong10 committed Mar 13, 2024
1 parent 42c3692 commit 1a3bd94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const Basic: ComponentStory<typeof VirtualizedTable> = props => (
title="fat"
description="abc"
sortable={true}
defaultSortDirection="asc"
sortDirection="asc"
width={120}
formatData={({ fat }) => `${fat} kcal`}
/>
Expand Down Expand Up @@ -121,7 +121,7 @@ export const RowSelectable: FC<ComponentProps<typeof VirtualizedTable> & { local
dataKey="calories"
title="calories"
sortable={true}
defaultSortDirection="asc"
sortDirection="asc"
formatData={({ calories }) => `${calories} kcal`}
/>
<Table.Column<Data> key="fat" dataKey="fat" title="fat" description="abc" />
Expand Down

0 comments on commit 1a3bd94

Please sign in to comment.