Commit 28dbfd5c authored by Alfredo Sumaran's avatar Alfredo Sumaran

Provide better error message to the user

parent a975e4cb
......@@ -62,7 +62,7 @@
this.saveDiffResolution();
})
.fail(() => {
console.log('error');
new Flash('Failed to load the file, please try again.');
})
.always(() => {
this.loading = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment