This website requires JavaScript.
Explore
Help
Sign In
Jannex
/
admin-dashboard-web
Watch
2
Star
0
Fork
You've already forked admin-dashboard-web
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cdd2192274
admin-dashboard-web
/
src
/
Components
/
MyRequestState
/
index.js
8 lines
103 B
JavaScript
Raw
Blame
History
export
const
RequestState
=
{
INIT
:
-
1
,
NOTHING
:
0
,
REQUESTING
:
1
,
SUCCESS
:
2
,
FAILED
:
3
,
}
;
Reference in New Issue
View Git Blame
Copy Permalink