Skip to content

Commit

Permalink
Fix Disabled example
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincrossgrove authored Oct 13, 2022
1 parent 3abe4f1 commit 18cbe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/2 - Presets/Sortable/1-Vertical.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const VariableHeights = () => {
};

export const DisabledItems = () => {
const disabledItems: UniqueIdentifier[] = ['1', '5', '8', '13', '20'];
const disabledItems: UniqueIdentifier[] = [1, 5, 8, 13, 20];
return (
<Sortable
{...props}
Expand Down

0 comments on commit 18cbe98

Please sign in to comment.