mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 20:45:13 +00:00
chore: Increase displayLimit in about.federation.vue
https://github.com/misskey-dev/misskey/issues/11355#issuecomment-1666823238
This commit is contained in:
parent
1d557089e9
commit
722a731c26
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ let sort = $ref('+pubSub');
|
|||
const pagination = {
|
||||
endpoint: 'federation/instances' as const,
|
||||
limit: 10,
|
||||
displatLimit: 50,
|
||||
offsetMode: true,
|
||||
params: computed(() => ({
|
||||
sort: sort,
|
||||
|
|
Loading…
Reference in a new issue