UI: Bug fix validation queue form
This commit is contained in:
parent
f57a74366d
commit
395d4f4900
@ -209,6 +209,7 @@ export class QueueFormComponent implements ControlValueAccessor, OnInit, OnDestr
|
||||
} else {
|
||||
batchSizeField.patchValue(null, {emitEvent: false});
|
||||
batchSizeField.clearValidators();
|
||||
batchSizeField.updateValueAndValidity();
|
||||
this.hideBatchSize = false;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user