From 9b448743ad7daeae6c8e87ca48312ccf613c3d40 Mon Sep 17 00:00:00 2001 From: coderitual Date: Wed, 24 May 2023 14:36:58 +0200 Subject: [PATCH] Fix type mismatch in CardRadioGroupStory --- src/components/card-interactive/CardRadioGroup.stories.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/card-interactive/CardRadioGroup.stories.mdx b/src/components/card-interactive/CardRadioGroup.stories.mdx index 552bee92d..9b62e4917 100644 --- a/src/components/card-interactive/CardRadioGroup.stories.mdx +++ b/src/components/card-interactive/CardRadioGroup.stories.mdx @@ -562,7 +562,6 @@ import CardCustomisation from './stories/CardCustomisation.mdx'; width="270px" height="50px" variant="outline" - name="usertype" id={value} value={value} onMouseEnter={() => {}}