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