This commit is contained in:
@@ -1322,7 +1322,8 @@ export default {
|
||||
this.requestSelectDialog = true;
|
||||
},
|
||||
poItemsRowClasses: function(item) {
|
||||
if (this.form().childRowHasError(this, "Items", item.index)) {
|
||||
const path = `Items[${item.index}].`;
|
||||
if (this.form().childRowHasError(this, path)) {
|
||||
return "font-weight-black font-italic error--text";
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user