Compare commits
No commits in common. "4ae536cde4be72f7ac7871598dd353d00e252aab" and "a7ea7ce4bcb3066d74e1338197c411f9d117be82" have entirely different histories.
4ae536cde4
...
a7ea7ce4bc
@ -9,9 +9,7 @@ export function useAxios() {
|
||||
}
|
||||
|
||||
const responseHandler = (response: AxiosResponse) => {
|
||||
// if (response.headers['spinner-state'] === undefined) {
|
||||
useSpinnerStore.getState().setIsShow(false)
|
||||
// }
|
||||
response.data = transferResponse(response)
|
||||
return response
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user