Skip to content

Commit

Permalink
fix(selected-filters): remove NoElement usage
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed Jul 23, 2024
1 parent 5f59d94 commit 65baa0a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script lang="ts">
import { Facet } from '@empathyco/x-types';
import { defineComponent, h, PropType } from 'vue';
import { NoElement } from '../../../../components/no-element';
import { useFacets } from '../../composables/use-facets';
import { facetsXModule } from '../../x-module';
Expand All @@ -17,7 +16,6 @@
export default defineComponent({
name: 'SelectedFilters',
xModule: facetsXModule.name,
components: { NoElement },
props: {
/** Array of facets ids used to get the selected filters for those facets. */
facetsIds: Array as PropType<Array<Facet['id']>>,
Expand Down

0 comments on commit 65baa0a

Please sign in to comment.