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 d268201 commit 1532f21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*
* @internal
*/
const snippetConfig = ref(useHybridInject<SnippetConfig>('snippetConfig', baseSnippetConfig));
const snippetConfig = ref(useHybridInject<SnippetConfig>('snippetConfig'));
/**
* Gets the provided preselected filters prioritizing the {@link SnippetConfig} over the
Expand Down

0 comments on commit 1532f21

Please sign in to comment.