diff --git a/packages/dify-ui/src/select/index.stories.tsx b/packages/dify-ui/src/select/index.stories.tsx index 75602572019..f27180bbe08 100644 --- a/packages/dify-ui/src/select/index.stories.tsx +++ b/packages/dify-ui/src/select/index.stories.tsx @@ -14,6 +14,9 @@ import { SelectTrigger, SelectValue, } from '.' +import { Button } from '../button' +import { FieldDescription, FieldRoot } from '../field' +import { Form } from '../form' const triggerWidth = 'w-64' @@ -326,40 +329,33 @@ export const Controlled: Story = { export const InForm: Story = { render: () => ( -
+ ), }