mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
misc fixes
This commit is contained in:
committed by
Aiden McClelland
parent
95c95a9fe4
commit
9d52149a0d
@@ -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