From c95fbe65530191d7be22341815ecb743c139396f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 14 Sep 2022 15:18:05 +0200 Subject: [PATCH] Fix missing pagination when listing channel syncs --- .../my-video-channel-syncs.component.html | 2 +- .../my-video-channel-syncs/my-video-channel-syncs.component.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html index c2fed8112..5f368d430 100644 --- a/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html +++ b/client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.html @@ -12,7 +12,7 @@ { this.channelSyncs = res.data + this.totalRecords = res.total }, error: err => { this.error = err.message