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 1facf0f commit c882abe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* @returns An array of filter's ids.
*/
const preselectedFilters: ComputedRef<string[]> = computed(() => {
return snippetConfig?.filters ?? props.filters;
return snippetConfig?.value?.filters ?? props.filters;
});
/**
Expand Down

0 comments on commit c882abe

Please sign in to comment.