Unverified Commit 2aa3795e authored by Cheng's avatar Cheng Committed by GitHub

fix: search conditions affected by pull-to-refresh (#4159)

parent 009f4956
......@@ -49,7 +49,7 @@ const PagedMemoList = (props: Props) => {
memoList.reset();
setState((state) => ({ ...state, nextPageToken: "" }));
fetchMoreMemos("");
}, []);
}, [props.filter, props.pageSize]);
useEffect(() => {
refreshList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment