update toast error

This commit is contained in:
Nicholas Palenchar
2019-10-22 21:48:55 -04:00
parent 613f3c5cbc
commit 93300a4932

View File

@@ -894,7 +894,7 @@
} else {
this.response.status = error.message;
this.response.body = "See JavaScript console (F12) for details.";
this.$toast.error('Something went wrong!', {
this.$toast.error(error + ' (F12 for details)', {
icon: 'error'
});
if(!this.$store.state.postwoman.settings.PROXY_ENABLED) {