feat: fix loading state disappearing
This commit is contained in:
@@ -254,6 +254,11 @@ export default {
|
||||
(responseState) => {
|
||||
console.log(responseState)
|
||||
updateRESTResponse(responseState)
|
||||
},
|
||||
() => {
|
||||
this.loading = false
|
||||
},
|
||||
() => {
|
||||
this.loading = false
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user