Skip to content

Commit

Permalink
Update packages/x-components/src/x-modules/facets/components/preselec…
Browse files Browse the repository at this point in the history
…ted-filters.vue

Co-authored-by: Guillermo Cacheda <[email protected]>
  • Loading branch information
annacv and CachedaCodes authored Feb 26, 2024
1 parent 91f5246 commit 1facf0f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
* Emits the {@link FacetsXEvents.PreselectedFiltersProvided} when the
* computed prop changes.
*/
watch(preselectedFilters, () => {
emitPreselectedFilters();
});
watch(preselectedFilters, emitPreselectedFilters);
/**
* Emits the {@link FacetsXEvents.PreselectedFiltersProvided} when the
Expand Down

0 comments on commit 1facf0f

Please sign in to comment.