Fix group list number to six

This commit is contained in:
entermex 2023-05-19 12:41:39 +02:00
parent fef12f51c0
commit f3ea0ea6ef

View File

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