update toast error
This commit is contained in:
@@ -894,7 +894,7 @@
|
|||||||
} else {
|
} else {
|
||||||
this.response.status = error.message;
|
this.response.status = error.message;
|
||||||
this.response.body = "See JavaScript console (F12) for details.";
|
this.response.body = "See JavaScript console (F12) for details.";
|
||||||
this.$toast.error('Something went wrong!', {
|
this.$toast.error(error + ' (F12 for details)', {
|
||||||
icon: 'error'
|
icon: 'error'
|
||||||
});
|
});
|
||||||
if(!this.$store.state.postwoman.settings.PROXY_ENABLED) {
|
if(!this.$store.state.postwoman.settings.PROXY_ENABLED) {
|
||||||
|
|||||||
Reference in New Issue
Block a user