mirror of
https://github.com/pheralb/svgl.git
synced 2024-12-05 05:42:35 +08:00
fix: after the react component fetch fails, it should cancel the loading state
This commit is contained in:
parent
1093b962cd
commit
84977d7f6d
@ -113,6 +113,7 @@
|
||||
description: `${error ?? ''}`,
|
||||
duration: 5000
|
||||
});
|
||||
isLoading = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user