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 authored Aug 22, 2024
1 parent d0d434c commit 9ed97d6
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 9ed97d6

Please sign in to comment.