From 32103e3f7cb689545ddb9634f3801a6f773aa539 Mon Sep 17 00:00:00 2001 From: stavros-tomas Date: Tue, 11 Nov 2025 17:27:35 +0000 Subject: [PATCH] fix: trigger release --- stories/shadcn/dialog.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,