From e5b68e8c2b5d82c95d8e9d778b8fdc25d5037946 Mon Sep 17 00:00:00 2001 From: Jorge Acosta de la Pena <94565086+jorgeAcostaVTEX@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:27:35 -0500 Subject: [PATCH] Feature Add Button ID (#128) * Feature Add Button ID * Changelog --- CHANGELOG.md | 3 +++ .../ProductAssemblyOptions/ProductAssemblyOptionsGroup.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc927a7..f29fc69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/react/components/ProductAssemblyOptions/ProductAssemblyOptionsGroup.tsx b/react/components/ProductAssemblyOptions/ProductAssemblyOptionsGroup.tsx index 40d3443..dda99cf 100644 --- a/react/components/ProductAssemblyOptions/ProductAssemblyOptionsGroup.tsx +++ b/react/components/ProductAssemblyOptions/ProductAssemblyOptionsGroup.tsx @@ -50,7 +50,7 @@ const ProductAssemblyOptionsGroup: FC = ({ children }) => { return ( {assemblyOptionGroup.optin === false ? ( -