Merge pull request #6319 from Ocelot-Social-Community/6307-group-list-number-to-six

fix(webapp): fix group list number to six
This commit is contained in:
entermex 2023-06-01 23:29:06 +02:00 committed by GitHub
commit a4f84b0a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ export default {
Group: [],
groupFilter: { isMember: true },
tabActive: 'myGroups',
pageSize: 5,
pageSize: 6,
activePage: 0,
myGroupsCount: 0,
allGroupsCount: 0,