Skip to content

Commit

Permalink
#805: added loader blockout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Jun 6, 2018
1 parent d943c6d commit f5432c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -558,11 +558,14 @@ export default {
try {
this.closeMessages()
this.messages = []
this.closeAndShowLoadingScreen('Validating...', 'Timeout Error: Validation took too long.')
let hot = HotRegister.getInstance(this.currentHotId)
this.removePreviousHotComments(hot)
await validateActiveDataAgainstSchema(this.reportValidationSuccess)
} catch (err) {
console.error('There was an error(s) validating table.', err)
} finally {
this.closeLoadingScreen()
}
},
storeResetCallback: function(allProperties) {
Expand Down

0 comments on commit f5432c7

Please sign in to comment.