This commit is contained in:
@@ -118,7 +118,7 @@ export default {
|
||||
},
|
||||
errors(val) {
|
||||
if (this.hasError()) {
|
||||
this.errorIcon = "fa-question-circle";
|
||||
this.errorIcon = "$ayiQuestionCircle";
|
||||
} else {
|
||||
this.errorIcon = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user