UI: Delete unused function in the-queue-autocomplete
This commit is contained in:
parent
113bfa9d05
commit
f07bc18f79
@ -123,15 +123,6 @@ export class QueueAutocompleteComponent implements ControlValueAccessor, OnInit
|
||||
|
||||
ngAfterViewInit(): void {}
|
||||
|
||||
getCurrentEntity(): BaseData<EntityId> | null {
|
||||
const currentRuleChain = this.selectQueueFormGroup.get('queueId').value;
|
||||
if (currentRuleChain && typeof currentRuleChain !== 'string') {
|
||||
return currentRuleChain as BaseData<EntityId>;
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
setDisabledState(isDisabled: boolean): void {
|
||||
this.disabled = isDisabled;
|
||||
if (this.disabled) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user