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, }, }) }}