From 12f837b6313d66559d3d10549d8f4f006b42f468 Mon Sep 17 00:00:00 2001 From: Brian Talma Date: Thu, 9 Nov 2023 13:48:46 -0500 Subject: [PATCH] Cost Center pageSize set to 100 --- CHANGELOG.md | 4 ++++ react/components/customers-admin.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f0c1ac..7dedb09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed + +- Cost Center pageSize set to 100 + ### Removed - [ENGINEERS-1247] - Disable cypress tests in PR level diff --git a/react/components/customers-admin.tsx b/react/components/customers-admin.tsx index b032451..4c1300e 100644 --- a/react/components/customers-admin.tsx +++ b/react/components/customers-admin.tsx @@ -444,6 +444,7 @@ const UserEdit: FC = (props: any) => { getCostCenter({ variables: { id: event.value, + pageSize: 100, }, }) }}