Skip to content

Commit

Permalink
UIPFU-96 - edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Sep 6, 2024
1 parent ef08291 commit 1e31a4b
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 @@ -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') {
Expand Down

0 comments on commit 1e31a4b

Please sign in to comment.