This commit is contained in:
@@ -237,11 +237,11 @@ export default {
|
||||
`Items[${item.index}].`
|
||||
);
|
||||
|
||||
if (hasError) {
|
||||
ret = "font-weight-black font-italic error--text ";
|
||||
}
|
||||
if (isDeleted) {
|
||||
ret += "text-decoration-line-through text--disabled";
|
||||
ret += this.form().tableRowDeletedClass();
|
||||
}
|
||||
if (hasError) {
|
||||
ret += this.form().tableRowErrorClass();
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user