Skip to content

Commit

Permalink
Feature Add Button ID (#128)
Browse files Browse the repository at this point in the history
* Feature Add Button ID

* Changelog
  • Loading branch information
jorgeAcostaVTEX authored Dec 14, 2023
1 parent d405b33 commit e5b68e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Feature
- Added button id

## [2.12.3] - 2023-08-30

### Fixed
Expand Down
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 e5b68e8

Please sign in to comment.