mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 06:19:44 +00:00
misc fixes
This commit is contained in:
committed by
Matt Hill
parent
f78d6c3034
commit
601604a3d0
@@ -107,7 +107,7 @@ export class AppConfigPage {
|
||||
}
|
||||
|
||||
async dismiss () {
|
||||
if (this.configForm.dirty) {
|
||||
if (this.configForm?.dirty) {
|
||||
await this.presentAlertUnsaved()
|
||||
} else {
|
||||
this.modalCtrl.dismiss()
|
||||
|
||||
Reference in New Issue
Block a user