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

Provide better error message to the user

parent a975e4cb
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
this.saveDiffResolution(); this.saveDiffResolution();
}) })
.fail(() => { .fail(() => {
console.log('error'); new Flash('Failed to load the file, please try again.');
}) })
.always(() => { .always(() => {
this.loading = false; 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