Skip to content

Commit

Permalink
fix: rename Stories to avoid duplicate names
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jun 14, 2021
1 parent 3851779 commit 06dee91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/form-field-checkbox/stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Template = ({ label }) =>
</div>`;

<Meta
title="Molecules/Form field"
title="Molecules/Form field with checkbox"
argTypes={{
label: {
description: "Set the content of the label",
Expand Down
2 changes: 1 addition & 1 deletion components/form-field-radio-group/stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Template = ({ label, name }) =>
</div>`;

<Meta
title="Molecules/Form field"
title="Molecules/Form field with radio group"
argTypes={{
label: {
description: "Set the content of the label",
Expand Down
2 changes: 1 addition & 1 deletion components/form-field-radio/stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Template = ({ label }) =>
</div>`;

<Meta
title="Molecules/Form field"
title="Molecules/Form field with radio button"
argTypes={{
label: {
description: "Set the content of the label",
Expand Down

0 comments on commit 06dee91

Please sign in to comment.