Browse Source

UI: Add defalut label

pull/9277/head
Artem Dzhereleiko 3 years ago
parent
commit
487d5f75bc
  1. 2
      ui-ngx/src/app/shared/components/entity/entity-list.component.ts

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

@ -65,7 +65,7 @@ export class EntityListComponent implements ControlValueAccessor, OnInit, AfterV
subType: string;
@Input()
labelText: string;
labelText = this.translate.instant('entity.entity-list');
@Input()
placeholderText = this.translate.instant('entity.entity-list');

Loading…
Cancel
Save