all items crossed off

This commit is contained in:
Drew Ansbacher
2021-08-19 17:23:31 -06:00
committed by Matt Hill
parent b8381cabfe
commit b71adb24d3
3 changed files with 17 additions and 6 deletions

View File

@@ -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