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
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',