fix(client): Fix antenna list infinite items loading
https://github.com/misskey-dev/misskey/pull/10506#issuecomment-1500859975
This commit is contained in:
parent
cd915b6939
commit
1c158dc510
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ import { definePageMetadata } from '@/scripts/page-metadata';
|
|||
|
||||
const pagination = {
|
||||
endpoint: 'antennas/list' as const,
|
||||
noPaging: true,
|
||||
limit: 10,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue