test(angular): form group is not null

This commit is contained in:
Liam DeBeasi
2022-11-08 19:46:05 +00:00
parent 3b137ea485
commit 1830313488

View File

@ -37,7 +37,7 @@ export class ModalExampleComponent implements OnInit, ViewWillLeave, ViewDidEnte
}
setSelect(value: null | undefined) {
this.form.get('select').setValue(value);
this.form.get('select')!.setValue(value);
}
ionViewWillEnter() {