fix: show loader icon while refreshing (#4358)

This commit is contained in:
hchengting 2025-02-03 15:59:46 +08:00 committed by GitHub
parent 503c892abf
commit 0f8b7b7fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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