Skip to content

Commit

Permalink
Fix story paths for tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Dec 5, 2024
1 parent 01e4a9d commit 249a0d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/tables/DataTable/DataTableEager.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ const DataTableEagerWithFilterTemplate = (props: dataTeableEagerTemplateProps) =
};

export default {
title: 'Components/Tables/DataTableEager',
component: DataTableEager.DataTableEager,
tags: ['autodocs'],
parameters: {
Expand Down
1 change: 0 additions & 1 deletion src/components/tables/DataTable/DataTableLazy.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { Panel } from '../../containers/Panel/Panel.tsx';
import * as DataTableLazy from './DataTableLazy.tsx';

export default {
title: 'Components/Tables/DataTableLazy',
component: DataTableLazy.DataTableLazy,
tags: ['autodocs'],
parameters: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { Panel } from '../../containers/Panel/Panel.tsx';
import * as DataTableStream from './DataTableStream.tsx';

export default {
title: 'Components/Tables/DataTableStream',
component: DataTableStream.DataTableStream,
tags: ['autodocs'],
parameters: {
Expand Down

0 comments on commit 249a0d9

Please sign in to comment.