fixes
This commit is contained in:
@@ -40,7 +40,7 @@ export const WithBody: Story = {
|
||||
description="Choose a new name for this project."
|
||||
footer={<Button variant="primary">Save</Button>}
|
||||
>
|
||||
<TextField label="Project name" defaultValue="My project" />
|
||||
<TextField placeholder="Project name" defaultValue="My project" />
|
||||
</Dialog>
|
||||
),
|
||||
};
|
||||
|
||||
@@ -23,6 +23,14 @@ const meta = {
|
||||
},
|
||||
},
|
||||
},
|
||||
argTypes: {
|
||||
children: { control: false },
|
||||
content: { control: false },
|
||||
},
|
||||
args: {
|
||||
content: '',
|
||||
children: null,
|
||||
},
|
||||
} satisfies Meta<typeof Tooltip>;
|
||||
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user