Skip to content

Commit 69dd861

Browse files
Merge pull request #151 from yoution/issue-106
fix: issue #106
2 parents 2f26416 + 72165fe commit 69dd861

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)