From e1a6aafa17fd6e76f40e9a7cee4761be78b6343c Mon Sep 17 00:00:00 2001 From: msaki-caci Date: Tue, 25 Feb 2025 16:09:28 +0000 Subject: [PATCH] B-22586 Update maxResults for ExportButton This value was previously set to 1000 results by default. This has now been set to the total number of APPROVED office users --- src/pages/Admin/OfficeUsers/OfficeUserList.jsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/Admin/OfficeUsers/OfficeUserList.jsx b/src/pages/Admin/OfficeUsers/OfficeUserList.jsx index 02b1cecf854..5cbdca8aa98 100644 --- a/src/pages/Admin/OfficeUsers/OfficeUserList.jsx +++ b/src/pages/Admin/OfficeUsers/OfficeUserList.jsx @@ -48,7 +48,14 @@ const ListActions = () => { - + ); };