From 06cc1469f01fef9adce7e197f04a6250686d038c Mon Sep 17 00:00:00 2001 From: mohammadreza pakzadian Date: Tue, 23 Jul 2024 14:59:12 +0330 Subject: [PATCH] fix: storybook issues --- src/stories/SchemaBuilder.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stories/SchemaBuilder.stories.tsx b/src/stories/SchemaBuilder.stories.tsx index 17f61da..7893380 100644 --- a/src/stories/SchemaBuilder.stories.tsx +++ b/src/stories/SchemaBuilder.stories.tsx @@ -104,7 +104,7 @@ export default { }; const PrimitivesTemplate: Story = (args) => ( - + );