Skip to content

Commit 4020d71

Browse files
youtionmfikria
authored andcommitted
fix: issue #106
1 parent b968555 commit 4020d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Challenges/Listing/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const Listing = ({
6060
size="xs"
6161
onChange={(value) => {
6262
onSearch.current(() => {
63-
const filterChange = { search: value };
63+
const filterChange = { search: value, page: 1 };
6464
updateFilter(filterChange);
6565
});
6666
}}

0 commit comments

Comments
 (0)