Merge pull request #8605 from deaflynx/fix/prod-1975/edit-json-validation
Fixed JSON value validations when editing in dialog
This commit is contained in:
commit
d33d968aa9
@ -80,6 +80,7 @@ export class ValueInputComponent implements OnInit, ControlValueAccessor {
|
||||
if (res) {
|
||||
this.modelValue = res;
|
||||
this.inputForm.control.patchValue({value: this.modelValue});
|
||||
this.updateView();
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user