Compare commits

..

3 Commits

Author SHA1 Message Date
Santiago Maza
7c42f1afb5
Merge 4b7fb08c25 into 0b1776c00e 2024-09-08 19:38:18 -03:00
Pablo Hdez
0b1776c00e
Merge pull request #405 from 1weiho/fix/fetch-fail-keep-loading
Some checks failed
⚙️ Check app / vitest (push) Has been cancelled
⚙️ Check app / svgs-size (push) Has been cancelled
🚀 Deploy API / Deploy (push) Has been cancelled
Fix: cancel the loading state after the react component fetch fails
2024-09-08 19:00:44 +01:00
Yiwei Ho
84977d7f6d fix: after the react component fetch fails, it should cancel the loading state 2024-09-09 00:50:26 +08:00

View File

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