Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…d-user into UIPFU-96
  • Loading branch information
Terala-Priyanka committed Sep 9, 2024
2 parents b5bb812 + 75f2632 commit d372563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/UserSearchView.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,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 (!uas || uas.length !== 1) {
return MCLPagingTypes.PREV_NEXT;
Expand Down

0 comments on commit d372563

Please sign in to comment.