mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #405 from 1weiho/fix/fetch-fail-keep-loading
Fix: cancel the loading state after the react component fetch fails
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
description: `${error ?? ''}`,
|
||||
duration: 5000
|
||||
});
|
||||
isLoading = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user