Skip to content

Commit

Permalink
Update packages/atomic/src/components/search/atomic-did-you-mean/atom…
Browse files Browse the repository at this point in the history
…ic-did-you-mean.tsx

Co-authored-by: Felix Perron-Brault <[email protected]>
  • Loading branch information
louis-bompart and fpbrault committed Aug 26, 2024
1 parent bb54e07 commit 4cfb8d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class AtomicDidYouMean implements InitializableComponent {
public queryCorrectionMode: 'legacy' | 'next' = 'legacy';

@Watch('queryCorrectionMode')
public updateIconAssetsPath() {
public updateQueryCorrectionMode() {
this.didYouMean.updateQueryCorrectionMode(this.queryCorrectionMode);
}

Expand Down

0 comments on commit 4cfb8d0

Please sign in to comment.