Skip to content

Commit

Permalink
Try explicit menu props again
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Dec 22, 2024
1 parent 8df6efe commit 7d4921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/menu/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const meta = {
} satisfies Meta< typeof Menu >;
export default meta;

type Story = StoryObj< typeof meta >;
type Story = StoryObj< MenuProps >;

export const Default: Story = {
args: {
Expand Down

0 comments on commit 7d4921b

Please sign in to comment.