Skip to content

Commit

Permalink
chore: update virtuazlied table api
Browse files Browse the repository at this point in the history
  • Loading branch information
tewarig committed Jan 23, 2025
1 parent e74cc16 commit 494db30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Badge } from '~components/Badge';

export default {
title: 'Components/Table/API',
component: TableVirtulized,
component: VirtulizedWrapper,
args: {},
argTypes: {
children: {
Expand All @@ -32,7 +32,7 @@ export default {
),
},
},
} as Meta<typeof TableVirtulized>;
} as Meta<typeof VirtulizedWrapper>;

const nodes: Item[] = [
...Array.from({ length: 5000 }, (_, i) => ({
Expand Down

0 comments on commit 494db30

Please sign in to comment.