🔧 Fixed bugs with tab changes and state

This commit is contained in:
2021-08-24 21:59:59 -07:00
parent 140f690c77
commit 6994da072d
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
export const CV_API_CALL_IN_PROGRESS = "CV_SEARCH_IN_PROGRESS";
export const CV_SEARCH_FAILURE = "CV_SEARCH_FAILURE";
export const CV_SEARCH_SUCCESS = "CV_SEARCH_SUCCESS";