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