Revert "potential fix"
This reverts commit d12ebc3422e6616c4da2ffc7a3dca7f684600624.
This commit is contained in:
parent
1131be59bf
commit
475e14c90b
1 changed files with 2 additions and 2 deletions
|
@ -89,14 +89,14 @@ definePageMetadata({
|
|||
|
||||
const dmsPagination = {
|
||||
endpoint: 'messaging/history' as const,
|
||||
limit: 100,
|
||||
limit: 15,
|
||||
params: {
|
||||
group: false,
|
||||
},
|
||||
};
|
||||
const groupsPagination = {
|
||||
endpoint: 'messaging/history' as const,
|
||||
limit: 30,
|
||||
limit: 5,
|
||||
params: {
|
||||
group: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue