IO-2098 Remove page size on all jobs.

This commit is contained in:
Patrick Fic
2022-11-23 11:05:27 -08:00
parent beb7daec5f
commit 7301d9da85

View File

@@ -233,6 +233,7 @@ export function JobsList({ bodyshop, refetch, loading, jobs, total }) {
pageSize: 25,
current: parseInt(page || 1),
total: total,
showSizeChanger: false,
}}
columns={columns}
rowKey="id"