diff --git a/src/app/components/editor/database/editors/select/select-editor.component.ts b/src/app/components/editor/database/editors/select/select-editor.component.ts index 169e431..670ef2c 100644 --- a/src/app/components/editor/database/editors/select/select-editor.component.ts +++ b/src/app/components/editor/database/editors/select/select-editor.component.ts @@ -19,7 +19,7 @@ import {IonSelect} from '@ionic/angular'; ], }) export class SelectEditorComponent implements ICellEditorAngularComp, AfterViewInit { - private params: ICellEditorParams; + public params: ICellEditorParams; public value: string; public options: Array<{value: string}> = []; @ViewChild('select', {static: false}) select: IonSelect;