diff --git a/packages/frontend/src/stories/Components/IconWithFrame.stories.tsx b/packages/frontend/src/stories/Components/IconWithFrame.stories.tsx index 7c4a5ff9..2416ed2f 100644 --- a/packages/frontend/src/stories/Components/IconWithFrame.stories.tsx +++ b/packages/frontend/src/stories/Components/IconWithFrame.stories.tsx @@ -1,7 +1,7 @@ import { StoryObj, Meta } from '@storybook/react'; -import { PlusIcon } from 'components/shared/CustomIcon'; import { IconWithFrame } from 'components/shared/IconWithFrame'; +import { PlusIcon } from 'components/shared/CustomIcon'; const meta: Meta = { title: 'Components/IconWithFrame', @@ -12,7 +12,7 @@ const meta: Meta = { control: 'object', }, hasHighlight: { - control: 'boolean', + type: 'boolean', }, }, };