UI: Added a condition for ckeck boolean key type only for constant type
This commit is contained in:
parent
8a421e3aa0
commit
fef7b26050
@ -134,7 +134,7 @@ export class KeyFilterDialogComponent extends
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (valueType === EntityKeyValueType.BOOLEAN) {
|
if (valueType === EntityKeyValueType.BOOLEAN && this.isConstantKeyType) {
|
||||||
this.keyFilterFormGroup.get('value').clearValidators();
|
this.keyFilterFormGroup.get('value').clearValidators();
|
||||||
this.keyFilterFormGroup.get('value').updateValueAndValidity();
|
this.keyFilterFormGroup.get('value').updateValueAndValidity();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user