We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c04497 + 69dd861 commit f5bfe7dCopy full SHA for f5bfe7d
src/containers/Challenges/Listing/index.jsx
@@ -60,7 +60,7 @@ const Listing = ({
60
size="xs"
61
onChange={(value) => {
62
onSearch.current(() => {
63
- const filterChange = { search: value };
+ const filterChange = { search: value, page: 1 };
64
updateFilter(filterChange);
65
});
66
}}
src/routers/challenge-list/index.jsx
@@ -41,7 +41,7 @@ const App = () => {
41
actions.challenges.getChallengesDone(currentFilter)
42
);
43
}
44
-
+
45
return;
46
47
0 commit comments