diff --git a/src/screens/APIUtils/APIUtils.res b/src/screens/APIUtils/APIUtils.res index 85a1f11d6..8c6731f99 100644 --- a/src/screens/APIUtils/APIUtils.res +++ b/src/screens/APIUtils/APIUtils.res @@ -38,7 +38,7 @@ let useGetURL = () => { | Get => switch id { | Some(customerId) => `customers/${customerId}` - | None => `customers/list?limit=10000` + | None => `customers/list?limit=1000` } | _ => "" }