diff --git a/front/src/components/audio/ChannelEntries.vue b/front/src/components/audio/ChannelEntries.vue index 2336e3592..1feefde84 100644 --- a/front/src/components/audio/ChannelEntries.vue +++ b/front/src/components/audio/ChannelEntries.vue @@ -62,46 +62,17 @@ watch(page, fetchData, { immediate: true })
{{ $t('components.audio.ChannelEntries.help.subscribe') }}
diff --git a/front/src/components/audio/podcast/Table.vue b/front/src/components/audio/podcast/Table.vue index 9153d39a4..d8042a35d 100644 --- a/front/src/components/audio/podcast/Table.vue +++ b/front/src/components/audio/podcast/Table.vue @@ -16,7 +16,6 @@ interface Props { isPodcast?: boolean paginateResults?: boolean paginateBy?: number - page?: number total?: number } @@ -30,9 +29,10 @@ withDefaults(defineProps