diff --git a/packages/components/divider/stories/divider.stories.ts b/packages/components/divider/stories/divider.stories.ts
index c6cca67f..1b59477e 100644
--- a/packages/components/divider/stories/divider.stories.ts
+++ b/packages/components/divider/stories/divider.stories.ts
@@ -4,24 +4,7 @@ import type { Meta, StoryFn, Args } from '@storybook/vue3'
export default {
title: 'Components/Divider',
component: PuikDivider,
- argTypes: {
- id: {
- description:
- "Prop which will correspond to the component's html id attribute. NB: must not start with a number",
- control: 'text',
- table: {
- type: {
- summary: 'string',
- },
- defaultValue: {
- summary: 'undefined',
- },
- },
- },
- },
- args: {
- id: 'puik-chip-id',
- },
+ args: {},
} as Meta
const Template: StoryFn = (args: Args) => ({
@@ -31,7 +14,7 @@ const Template: StoryFn = (args: Args) => ({
setup() {
return { args }
},
- template: `