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

0 comments on commit 2e54d17

Please sign in to comment.