fix: show loader icon while refreshing (#4358)

pull/4390/head^2
hchengting 10 months ago committed by GitHub
parent 503c892abf
commit 0f8b7b7fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,7 +57,7 @@ const PagedMemoList = (props: Props) => {
const refreshList = async () => {
memoList.reset();
setState((state) => ({ ...state, nextPageToken: "" }));
fetchMoreMemos("");
await fetchMoreMemos("");
};
useEffect(() => {

Loading…
Cancel
Save