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') {