Skip to content

Commit

Permalink
fix: added id to the button
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGoC committed Nov 3, 2022
1 parent 257ece6 commit 340d55d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AccordionForm/AccordionForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export function AccordionForm(props) {
<div className="ds-pt-32px">
{!isLastCard ? (
<Button
id={`${card.id}-button`}
text={card.buttonLabel}
styling="primary"
iconAltText="icon"
Expand All @@ -139,6 +140,7 @@ export function AccordionForm(props) {
/>
) : (
<Button
id={`${card.id}-button`}
text={card.buttonLabel}
styling="primary"
iconAltText="icon"
Expand Down

0 comments on commit 340d55d

Please sign in to comment.