mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
all items crossed off
This commit is contained in:
committed by
Matt Hill
parent
b8381cabfe
commit
b71adb24d3
@@ -154,7 +154,6 @@ export class FormObjectComponent {
|
||||
}
|
||||
|
||||
async presentAlertChangeWarning (key: string, spec: ValueSpec, okFn?: Function, cancelFn?: Function) {
|
||||
console.log('Here here here', spec['change-warning'])
|
||||
if (!spec['change-warning'] || this.warningAck[key]) return okFn ? okFn() : null
|
||||
this.warningAck[key] = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user