We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cea9b commit 0c134c0Copy full SHA for 0c134c0
generator/templates/Default/src/components/crud/fields/FieldMixin.vue
@@ -70,6 +70,8 @@ export default {
70
getServerError() {
71
const error = this.$store.getters['error/find'](this.validationField || this.field);
72
if (error) {
73
+ // ServerError should be removed after it had been appeared,
74
+ // else the ServerError keep existing and appearing when the user tries to navigate to a different form
75
this.removeServerError(this.field);
76
return error;
77
}
0 commit comments