Skip to content

Commit

Permalink
fix ids
Browse files Browse the repository at this point in the history
  • Loading branch information
tlabaj committed Apr 19, 2024
1 parent 6d9d9aa commit 1c7d0ca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ export const ToggleGroupIcon: React.FunctionComponent = () => {
icon={<CopyIcon />}
iconPosition="end"
text="Copy"
buttonId="toggle-group-text-icons-1"
buttonId="toggle-group-text-icons-4"
isSelected={isSelected['toggle-group-text-icons-4']}
onChange={handleItemClick}
/>
<ToggleGroupItem
icon={<UndoIcon />}
iconPosition="end"
text="Undo"
buttonId="toggle-group-text-icons-2"
buttonId="toggle-group-text-icons-5"
isSelected={isSelected['toggle-group-text-icons-5']}
onChange={handleItemClick}
/>
<ToggleGroupItem
icon={<ShareSquareIcon />}
iconPosition="end"
text="Share"
buttonId="toggle-group-text-icons-3"
buttonId="toggle-group-text-icons-6"
isSelected={isSelected['toggle-group-text-icons-6']}
onChange={handleItemClick}
/>
Expand Down

0 comments on commit 1c7d0ca

Please sign in to comment.