refactoring
This commit is contained in:
parent
13a3605ced
commit
d2db400d57
@ -144,7 +144,7 @@ export class KeyValMapComponent extends PageComponent implements ControlValueAcc
|
||||
}
|
||||
|
||||
validate(): ValidationErrors | null {
|
||||
return this.kvListFormGroup.valid ? null : { invalid: true };
|
||||
return this.kvListFormGroup.valid ? null : { keyVals: { valid: false } };
|
||||
}
|
||||
|
||||
private updateModel() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user