Skip to content

Commit

Permalink
id
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Sep 10, 2024
1 parent acc0feb commit a059857
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 a059857

Please sign in to comment.