feat: fix loading state disappearing

This commit is contained in:
Andrew Bastin
2021-07-21 17:43:15 -04:00
parent 04cd5b0981
commit 5f5f086dfc

View File

@@ -254,6 +254,11 @@ export default {
(responseState) => {
console.log(responseState)
updateRESTResponse(responseState)
},
() => {
this.loading = false
},
() => {
this.loading = false
}
)