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

0 comments on commit b905727

Please sign in to comment.