Remove timeout from watch page
This commit is contained in:
parent
d932b51abe
commit
49e44c3b71
|
@ -327,10 +327,7 @@ export default Vue.extend({
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Remove before release
|
||||
setTimeout(() => {
|
||||
this.isLoading = false
|
||||
}, 400)
|
||||
})
|
||||
.catch(err => {
|
||||
const errorMessage = this.$t('Local API Error (Click to copy)')
|
||||
|
|
Loading…
Reference in New Issue