Merge remote-tracking branch 'origin/hotfix/3.6.1'

This commit is contained in:
Andrii Shvaika 2023-11-16 13:50:21 +02:00
commit 7b874d2ba8

View File

@ -265,9 +265,9 @@ export class EntitySubTypeListComponent implements ControlValueAccessor, OnInit,
const value = (event.value || '').trim();
if (value) {
this.add(value);
}
this.clear('');
}
}
remove(entitySubtype: string) {
const index = this.entitySubtypeList.indexOf(entitySubtype);
if (index >= 0) {