From 18cbe981f8ab7afc525ecdd3cdeaa5d750f384d6 Mon Sep 17 00:00:00 2001 From: Kevin Crossgrove <58451014+kevincrossgrove@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:41:01 -0400 Subject: [PATCH] Fix Disabled example --- stories/2 - Presets/Sortable/1-Vertical.story.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/2 - Presets/Sortable/1-Vertical.story.tsx b/stories/2 - Presets/Sortable/1-Vertical.story.tsx index 7e39097e..8bba0a90 100644 --- a/stories/2 - Presets/Sortable/1-Vertical.story.tsx +++ b/stories/2 - Presets/Sortable/1-Vertical.story.tsx @@ -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 (