diff --git a/client/src/app/shared/components/select/select.component.ts b/client/src/app/shared/components/select/select.component.ts index d97d92b42..d06ca1894 100644 --- a/client/src/app/shared/components/select/select.component.ts +++ b/client/src/app/shared/components/select/select.component.ts @@ -20,7 +20,7 @@ export interface ISelectOption { ], }) export class SelectComponent implements ControlValueAccessor { - private select = new FormControl(''); + select = new FormControl(''); @Input() options: ISelectOption[]; @Input() translateSelector: string;