fix ui address bug and streamline install flow

This commit is contained in:
Matt Hill
2021-09-08 21:51:01 -06:00
committed by Aiden McClelland
parent 45d945db2e
commit c5585f7f35
12 changed files with 78 additions and 82 deletions

View File

@@ -33,7 +33,6 @@ export class GenericFormPage {
text: '',
handler: () => Promise.resolve(true),
}
console.log(this.submitBtn)
}
async dismiss (): Promise<void> {