diff --git a/front/src/views/channels/List.vue b/front/src/views/channels/List.vue
index 2dff7ba4f..32a51ba13 100644
--- a/front/src/views/channels/List.vue
+++ b/front/src/views/channels/List.vue
@@ -31,6 +31,11 @@ const labels = computed(() => ({
searchPlaceholder: t('views.channels.SubscriptionsList.placeholder.search')
}))
+const step = ref(1)
+const submittable = ref(false)
+const category = ref('podcast')
+const modalContent = ref()
+const createForm = ref()
const previousPage = ref()
const nextPage = ref()
const channels = ref([] as Channel[])
@@ -114,7 +119,7 @@ const showCreateModal = ref(false)
:key="widgetKey"
:limit="50"
:show-modification-date="true"
- :filters="{q: query, ordering: '-name'}"
+ :filters="{q: query, subscribed: 'true'}"
/>
+
-
- {{ t('components.library.Home.header.newChannels') }}
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+