diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/components/CatalogFilterPanelContent.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/components/CatalogFilterPanelContent.vue index f636d3e275..42aec33faa 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/components/CatalogFilterPanelContent.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/components/CatalogFilterPanelContent.vue @@ -31,7 +31,7 @@ /> -
-
- @@ -104,7 +104,6 @@ import LanguageFilter from './LanguageFilter.vue'; import MultiSelect from 'shared/views/form/MultiSelect'; import { constantsTranslationMixin } from 'shared/mixins'; - import Checkbox from 'shared/views/form/Checkbox'; import HelpTooltip from 'shared/views/HelpTooltip'; import { ContentKindsNames } from 'shared/leUtils/ContentKinds'; @@ -114,7 +113,6 @@ name: 'CatalogFilterPanelContent', components: { LanguageFilter, - Checkbox, HelpTooltip, MultiSelect, }, diff --git a/contentcuration/contentcuration/frontend/channelList/views/Channel/components/LanguageFilter.vue b/contentcuration/contentcuration/frontend/channelList/views/Channel/components/LanguageFilter.vue index 40ceee7887..608e9c6f0c 100644 --- a/contentcuration/contentcuration/frontend/channelList/views/Channel/components/LanguageFilter.vue +++ b/contentcuration/contentcuration/frontend/channelList/views/Channel/components/LanguageFilter.vue @@ -23,23 +23,23 @@ lazy > {{ item.name }} @@ -68,8 +68,8 @@