update toast error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user