diff --git a/stories/shadcn/dialog.stories.tsx b/stories/shadcn/dialog.stories.tsx index 7b3c139..92176d9 100644 --- a/stories/shadcn/dialog.stories.tsx +++ b/stories/shadcn/dialog.stories.tsx @@ -49,7 +49,7 @@ const meta: Meta = { description: 'Positions the dialog at the bottom of the screen.', defaultValue: false, }, - isDismissable: { + isDismissable: { control: 'boolean', description: 'Whether the dialog can be dismissed.', defaultValue: true,