Skip to content

Commit bb7ef09

Browse files
committed
fix: remove unused dataTestId from COMMON_SWITCH_TEMPLATE
1 parent a5a6acc commit bb7ef09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stories/Switch.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ type Story = StoryObj<typeof meta>
8383
const COMMON_SWITCH_TEMPLATE: Story = {
8484
args: {
8585
name: 'switch-story',
86-
dataTestId: 'switch-story',
8786
variant: 'positive',
8887
size: ComponentSizeType.medium,
8988
isDisabled: false,

0 commit comments

Comments
 (0)