From f665eceac9208abf97f8b0a360fc4953dabb32ea Mon Sep 17 00:00:00 2001 From: Damien Pellier Date: Wed, 9 Oct 2024 10:43:36 +0200 Subject: [PATCH] fix(doc): order form element stories the same as other components --- packages/storybook/.storybook/preview.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/storybook/.storybook/preview.tsx b/packages/storybook/.storybook/preview.tsx index f40bb75687..1d1c42a30b 100644 --- a/packages/storybook/.storybook/preview.tsx +++ b/packages/storybook/.storybook/preview.tsx @@ -143,14 +143,22 @@ const preview: Preview = { ], 'ODS Components', [ 'Gallery', - 'Form elements', + 'Form elements', [ + '*', [ + 'Documentation', + 'Technical information', + 'Migration From 17.x', + 'Demo', + '*', + ] + ], '*', [ 'Documentation', 'Technical information', 'Migration From 17.x', 'Demo', '*', - ] + ], ], ], },