removed strange searching pagination logic (#31430)
fixes: #31386 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
dc9de96f7b
commit
28c1035c5b
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ export const GroupPickerDialog = ({
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<PaginatingTableToolbar
|
<PaginatingTableToolbar
|
||||||
count={count - (groupId || isSearching ? first : 0)}
|
count={count}
|
||||||
first={first}
|
first={first}
|
||||||
max={max}
|
max={max}
|
||||||
onNextClick={setFirst}
|
onNextClick={setFirst}
|
||||||
|
|
Loading…
Reference in a new issue