Skip to content
Snippets Groups Projects
Commit 1c158dc5 authored by tamaina's avatar tamaina
Browse files

fix(client): Fix antenna list infinite items loading

https://github.com/misskey-dev/misskey/pull/10506#issuecomment-1500859975
parent cd915b69
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ import { definePageMetadata } from '@/scripts/page-metadata';
const pagination = {
endpoint: 'antennas/list' as const,
noPaging: true,
limit: 10,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment