Skip to content

Commit

Permalink
Fix stories
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-ercoles committed Jan 16, 2024
1 parent 82e4ff1 commit 1f54cd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export const SimpleWithDividers = {
args: {
columns: exampleColumnsWithFooter,
initialSorting: [{ id: "name" }],
dividers: true,
columnDividers: true,
},
} satisfies Story;

Expand Down Expand Up @@ -648,7 +648,7 @@ export const GroupedHeadersWithDividers = {
args: {
columns: exampleGroupedColumns,
stickyHeaders: true,
dividers: true,
columnDividers: true,
height: { custom: 320 },
},
} satisfies Story;
Expand Down

0 comments on commit 1f54cd2

Please sign in to comment.