add batch size

This commit is contained in:
krawieck 2021-01-09 20:07:22 +01:00
parent 6e5e48d05f
commit 0af78fa4c2
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ class _SearchResultsList extends HookWidget {
type: type,
auth: acs.defaultTokenFor(instanceHost)?.raw,
page: page,
limit: batchSize,
);
switch (s.type) {