Skip to content

Commit

Permalink
chore(fieldgroup): remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
5t3ph committed Oct 29, 2024
1 parent 6d59af1 commit 0c1c3dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/fieldgroup/stories/fieldgroup.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,14 @@ export default {
helpText: "Select an option.",
items: [
{
// id: getRandomId("apple"),
label: "Apples are best",
customClasses: ["spectrum-FieldGroup-item"],
},
{
// id: getRandomId("banana"),
label: "Bananas forever",
customClasses: ["spectrum-FieldGroup-item"],
},
{
// id: getRandomId("pear"),
label: "Pears or bust",
customClasses: ["spectrum-FieldGroup-item"],
}
Expand Down

0 comments on commit 0c1c3dd

Please sign in to comment.