Skip to content

Commit

Permalink
Feature Add Button ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeAcostaVTEX committed Oct 27, 2023
1 parent d405b33 commit df1148f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const ProductAssemblyOptionsGroup: FC<Props> = ({ children }) => {
return (
<Fragment>
{assemblyOptionGroup.optin === false ? (
<Button variation="secondary" onClick={changeOptinInput}>
<Button id={groupName} variation="secondary" onClick={changeOptinInput}>
<IOMessage
id="store/product-customizer.add-assembly"
values={{ name: groupName }}
Expand Down

0 comments on commit df1148f

Please sign in to comment.