From 1e31a4b655dd29c03fa6f758528fa7d098a2ad4b Mon Sep 17 00:00:00 2001 From: Priyanka Terala Date: Fri, 6 Sep 2024 15:41:01 +0530 Subject: [PATCH] UIPFU-96 - edit comment --- src/UserSearchView.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UserSearchView.js b/src/UserSearchView.js index 1b018c3..b55039c 100644 --- a/src/UserSearchView.js +++ b/src/UserSearchView.js @@ -188,7 +188,8 @@ class UserSearchView extends React.Component { /** * if active filter contain "Unassigned", switch to "LOAD_MORE" paging type. - * at the page, mark the pagination as "NONE" + * at the end of last page, mark the pagination as "NONE" - as, in this case + * the end of pagination cannot be accurately handled by MCL */ if (activeFilters.state?.uas?.length === 1) { if (activeFilters.state.uas[0] === 'Unassigned') {