Fix channels list pagination (#6679)

This commit is contained in:
takonomura 2020-08-30 18:18:34 +09:00 committed by GitHub
parent 42d1c67d56
commit d7df26d92b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 7 deletions

View file

@ -44,7 +44,7 @@ export default Vue.extend({
tab: 'featured',
featuredPagination: {
endpoint: 'channels/featured',
limit: 5,
noPaging: true,
},
followingPagination: {
endpoint: 'channels/followed',