ui update, init to consumer statistics and manage pos user types
This commit is contained in:
@@ -14,7 +14,7 @@ import { EnumsService } from './services';
|
||||
imports: [UikitFieldComponent, Select, ReactiveFormsModule],
|
||||
})
|
||||
export class EnumSelectComponent extends AbstractSelectComponent<string, IApiEnumResponse[]> {
|
||||
@Input() type!: TEnumApi;
|
||||
@Input({ required: true }) type!: TEnumApi;
|
||||
@Input() customLabel?: string;
|
||||
|
||||
private readonly service = inject(EnumsService);
|
||||
|
||||
Reference in New Issue
Block a user