diff --git a/src/components/FloatingLabel/FloatingLabel.stories.tsx b/src/components/FloatingLabel/FloatingLabel.stories.tsx index 02a2a94565..ca95f025dc 100644 --- a/src/components/FloatingLabel/FloatingLabel.stories.tsx +++ b/src/components/FloatingLabel/FloatingLabel.stories.tsx @@ -10,14 +10,12 @@ export default { const Template: Story = (args) => ; export const FilledSuccess = Template.bind({}); -FilledSuccess.storyName = 'Filled success'; FilledSuccess.args = { error: false, buttonStyle: 'filled', label: 'Label', }; export const OutlinedSuccess = Template.bind({}); -OutlinedSuccess.storyName = 'Outlined success'; OutlinedSuccess.args = { error: false, buttonStyle: 'outlined',