From ddc78cb2e73054f43fe0bb4cad8c277411f6d39f Mon Sep 17 00:00:00 2001 From: Barkley <78202031+bar-tay@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:59:32 +0100 Subject: [PATCH] fix(storybook): clean up (#925) --- packages/ui-library/.storybook/preview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-library/.storybook/preview.js b/packages/ui-library/.storybook/preview.js index a112e48c4..fc602d64c 100644 --- a/packages/ui-library/.storybook/preview.js +++ b/packages/ui-library/.storybook/preview.js @@ -6,7 +6,7 @@ export default { parameters: { options: { storySort: { - method: 'alphabetical', // Sort alphabetically + method: 'alphabetical', order: ['Foundation', 'Components'], locales: 'en-US', },