Browse Source

UI: Refactoring

pull/8965/head
Artem Dzhereleiko 3 years ago
parent
commit
6cee9caad7
  1. 2
      ui-ngx/src/app/shared/components/entity/entity-select.component.ts

2
ui-ngx/src/app/shared/components/entity/entity-select.component.ts

@ -128,7 +128,7 @@ export class EntitySelectComponent implements ControlValueAccessor, OnInit, Afte
};
} else {
this.modelValue = {
entityType: value?.entityType ? value.entityType : this.defaultEntityType,
entityType: this.defaultEntityType,
id: null
};
}

Loading…
Cancel
Save