Skip to content

Commit 72165fe

Browse files
committed
fix: issue #106
1 parent f890395 commit 72165fe

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
@@ -50,7 +50,7 @@ const Listing = ({
5050
size="xs"
5151
onChange={(value) => {
5252
onSearch.current(() => {
53-
const filterChange = { search: value };
53+
const filterChange = { search: value, page: 1 };
5454
updateFilter(filterChange);
5555
});
5656
}}

0 commit comments

Comments
 (0)