fix: after the react component fetch fails, it should cancel the loading state

This commit is contained in:
Yiwei Ho 2024-09-09 00:50:26 +08:00
parent 1093b962cd
commit 84977d7f6d

View File

@ -113,6 +113,7 @@
description: `${error ?? ''}`,
duration: 5000
});
isLoading = false;
return;
}