Merge f9a9aacc961705b104e6bddd3953618817b2d432 into 598f1826d8b2bc969aace2c6459824737667218c
This commit is contained in:
commit
39ca7b2e43
@ -288,7 +288,7 @@ export async function loadCronJobsPage(state: CronState, opts?: { append?: boole
|
||||
hasMoreRaw: res.hasMore,
|
||||
pageCount: jobs.length,
|
||||
});
|
||||
state.cronJobsTotal = Math.max(meta.total, state.cronJobs.length);
|
||||
state.cronJobsTotal = append ? Math.max(meta.total, state.cronJobs.length) : meta.total;
|
||||
state.cronJobsHasMore = meta.hasMore;
|
||||
state.cronJobsNextOffset = meta.nextOffset;
|
||||
if (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user