Skip to content

Commit

Permalink
fix: add options for alphabetical sorting to storybook (#13957)
Browse files Browse the repository at this point in the history
  • Loading branch information
standeren authored Nov 4, 2024
1 parent d1bb949 commit fa2e2ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/libs/studio-components/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ const preview: Preview = {
</DocsContainer>
),
},
options: {
storySort: {
method: 'alphabetical',
},
},
},
};

Expand Down

0 comments on commit fa2e2ef

Please sign in to comment.