Skip to content

Commit

Permalink
feat(rating): add experimental flag to the component story
Browse files Browse the repository at this point in the history
  • Loading branch information
acd02 committed Oct 24, 2023
1 parent a4c6ade commit 1fe6eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/rating/src/Rating.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Meta, StoryFn } from '@storybook/react'
import { Rating } from '.'

const meta: Meta<typeof Rating> = {
title: 'Components/Rating',
title: 'Experimental/Rating',
component: Rating,
}

Expand Down

0 comments on commit 1fe6eca

Please sign in to comment.