client: fix follow requests pagination
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

Changelog: Fixed
This commit is contained in:
Johann150 2023-02-24 19:47:22 +01:00
parent 57e4971214
commit c4c97f19b6
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -45,6 +45,7 @@ const paginationComponent = ref<InstanceType<typeof MkPagination>>();
const pagination = {
endpoint: 'following/requests/list' as const,
limit: 10,
noPaging: true,
};
function accept(user) {