diff --git a/src/store/modules/count/actions.ts b/src/store/modules/count/actions.ts index f1eca2c0..357257d4 100644 --- a/src/store/modules/count/actions.ts +++ b/src/store/modules/count/actions.ts @@ -192,7 +192,7 @@ const actions: ActionTree = { systemMessageTypeId: "ImportInventoryCounts", initDate_from: twentyFourHoursEarlier.toMillis(), orderByField: 'initDate desc, processedDate desc', - pageSize: 20 + pageSize: 100 }) if (!hasError(resp)) { systemMessages = resp.data