From 1cbc7e49519f8bf87a08c6c575e0c691657bc45e Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Mon, 14 Aug 2023 16:25:58 +0200 Subject: [PATCH] fix(podcasts): make pagination reactive Part-of: --- front/src/components/audio/ChannelEntries.vue | 45 +++----------- front/src/components/audio/podcast/Table.vue | 61 ++++--------------- 2 files changed, 20 insertions(+), 86 deletions(-) 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 })