Skip to content

Commit

Permalink
id
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Sep 11, 2024
1 parent 4d440a2 commit 9f64c7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ export class AtomicCommerceSearchBox
return Object.defineProperties(
{...this.bindings},
{
id: {
get: () => this.id,
},
searchBoxController: {
get: () => this.searchBox,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ export class AtomicSearchBox implements InitializableComponent<Bindings> {
return Object.defineProperties(
{...this.bindings},
{
id: {
get: () => this.id,
},
searchBoxController: {
get: () => this.searchBox,
},
Expand Down

0 comments on commit 9f64c7e

Please sign in to comment.