diff --git a/packages/frontend/src/stories/Components/OverflownText.stories.tsx b/packages/frontend/src/stories/Components/OverflownText.stories.tsx index 63a31639..6f8822d8 100644 --- a/packages/frontend/src/stories/Components/OverflownText.stories.tsx +++ b/packages/frontend/src/stories/Components/OverflownText.stories.tsx @@ -13,6 +13,9 @@ const meta: Meta = { children: { control: 'text', }, + tooltipProps: { + control: 'object', + }, }, }; @@ -21,8 +24,10 @@ export default meta; type Story = StoryObj; export const Default: Story = { - render: ({ children, content }) => ( - {children} + render: ({ children, content, ...args }) => ( + + {children} + ), args: { children: