mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-12 21:09:38 +08:00
fix fetch status idle error
This commit is contained in:
@@ -1 +1 @@
|
||||
export type FetchStatus = "loading" | "idel" | "error";
|
||||
export type FetchStatus = "loading" | "idle" | "error" | "refetching";
|
||||
|
||||
Reference in New Issue
Block a user