@@ -248,6 +248,11 @@ export default {
});
}
+ })
+ .catch(e => {
+ if (e) {
+ this.$toast(e.error);
+ }
},
getRelated() {