From ac72177fbb928570df7164be9e1da6a16a64cc10 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 4 May 2023 18:27:47 -0700 Subject: [PATCH] IO-2261 All Jobs, Bills, Payments Adjust Pagination settings and on clear delete search.page to reset. Adjust payments for bodyshopid as it was pointed at bill instead of payment --- .../jobs-list-paginated/jobs-list-paginated.component.jsx | 7 +++++-- .../payment-list-paginated.component.jsx | 7 +++++-- client/src/pages/bills/bills.page.component.jsx | 7 +++++-- server/opensearch/os-handler.js | 5 +---- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx b/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx index ec50e618c..7d332d61f 100644 --- a/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx +++ b/client/src/components/jobs-list-paginated/jobs-list-paginated.component.jsx @@ -230,6 +230,7 @@ export function JobsList({ bodyshop, refetch, loading, jobs, total }) {