fix: 🐛 pagination on repeating components
This commit is contained in:
parent
8b62358a0a
commit
dbd05c0a1e
2 changed files with 3 additions and 0 deletions
|
@ -160,6 +160,7 @@ const dmsPagination = {
|
|||
params: {
|
||||
group: false,
|
||||
},
|
||||
noPaging: true,
|
||||
};
|
||||
const groupsPagination = {
|
||||
endpoint: "messaging/history" as const,
|
||||
|
@ -167,6 +168,7 @@ const groupsPagination = {
|
|||
params: {
|
||||
group: true,
|
||||
},
|
||||
noPaging: true,
|
||||
};
|
||||
|
||||
function onMessage(message): void {
|
||||
|
|
|
@ -73,6 +73,7 @@ const usersPagination = {
|
|||
query: props.query,
|
||||
origin: "combined",
|
||||
})),
|
||||
noPaging: true,
|
||||
};
|
||||
|
||||
const tabs = ["notes", "users"];
|
||||
|
|
Loading…
Reference in a new issue