Wizard: Fix stuck page for package search
Fixes #3381 This resets the paging to page 1 when search term is updated.
This commit is contained in:
parent
4fe4872be4
commit
520b94099e
1 changed files with 1 additions and 0 deletions
|
|
@ -837,6 +837,7 @@ const Packages = () => {
|
|||
setActiveStream('');
|
||||
setActiveSortIndex(0);
|
||||
setActiveSortDirection('asc');
|
||||
setPage(1);
|
||||
};
|
||||
|
||||
const handleClear = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue