chore(frontend): set allowPartial

This commit is contained in:
anatawa12 2023-12-02 17:19:32 +09:00
parent 6148c86ad5
commit c100f8c136
No known key found for this signature in database
GPG Key ID: 9CA909848B8E4EA6
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ async function init(): Promise<void> {
await os.api(props.pagination.endpoint, {
...params,
limit: props.pagination.limit ?? 10,
allowPartial: true,
}).then(res => {
for (let i = 0; i < res.length; i++) {
const item = res[i];