Fix member visibility build error
This commit is contained in:
parent
7916c7966f
commit
a463334c94
@ -19,7 +19,7 @@ import {IonSelect} from '@ionic/angular';
|
|||||||
],
|
],
|
||||||
})
|
})
|
||||||
export class SelectEditorComponent implements ICellEditorAngularComp, AfterViewInit {
|
export class SelectEditorComponent implements ICellEditorAngularComp, AfterViewInit {
|
||||||
private params: ICellEditorParams;
|
public params: ICellEditorParams;
|
||||||
public value: string;
|
public value: string;
|
||||||
public options: Array<{value: string}> = [];
|
public options: Array<{value: string}> = [];
|
||||||
@ViewChild('select', {static: false}) select: IonSelect;
|
@ViewChild('select', {static: false}) select: IonSelect;
|
||||||
|
Loading…
Reference in New Issue
Block a user