forked from FoundKeyGang/FoundKey
client: fix follow requests pagination
Changelog: Fixed
This commit is contained in:
parent
57e4971214
commit
c4c97f19b6
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ const paginationComponent = ref<InstanceType<typeof MkPagination>>();
|
||||||
const pagination = {
|
const pagination = {
|
||||||
endpoint: 'following/requests/list' as const,
|
endpoint: 'following/requests/list' as const,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
|
noPaging: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
function accept(user) {
|
function accept(user) {
|
||||||
|
|
Loading…
Reference in a new issue