Remove timeout from watch page

This commit is contained in:
Preston 2020-09-26 18:05:44 -04:00
parent d932b51abe
commit 49e44c3b71
1 changed files with 1 additions and 4 deletions

View File

@ -327,10 +327,7 @@ export default Vue.extend({
} }
} }
// TODO: Remove before release this.isLoading = false
setTimeout(() => {
this.isLoading = false
}, 400)
}) })
.catch(err => { .catch(err => {
const errorMessage = this.$t('Local API Error (Click to copy)') const errorMessage = this.$t('Local API Error (Click to copy)')