summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authortakonomura <takonomura@users.noreply.github.com>2020-08-30 18:18:34 +0900
committerGitHub <noreply@github.com>2020-08-30 18:18:34 +0900
commitd7df26d92b3363df197afa47343d3a05e943e362 (patch)
treef02588cbbc3f23c6d7336560c30b720af2659872 /src/client
parentfix(server): Fix #6669 (diff)
downloadsharkey-d7df26d92b3363df197afa47343d3a05e943e362.tar.gz
sharkey-d7df26d92b3363df197afa47343d3a05e943e362.tar.bz2
sharkey-d7df26d92b3363df197afa47343d3a05e943e362.zip
Fix channels list pagination (#6679)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/channels.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/channels.vue b/src/client/pages/channels.vue
index 85804141f1..34a79e70eb 100644
--- a/src/client/pages/channels.vue
+++ b/src/client/pages/channels.vue
@@ -44,7 +44,7 @@ export default Vue.extend({
tab: 'featured',
featuredPagination: {
endpoint: 'channels/featured',
- limit: 5,
+ noPaging: true,
},
followingPagination: {
endpoint: 'channels/followed',