error flattening, remain to details, and delete old config stuff

This commit is contained in:
Matt Hill
2021-08-09 13:39:30 -06:00
committed by Aiden McClelland
parent 82928fe3ba
commit a6cf6edcea
26 changed files with 42 additions and 754 deletions

View File

@@ -53,4 +53,8 @@ export class EnumListPage {
async toggleSelected (key: string) {
this.options[key] = !this.options[key]
}
asIsOrder () {
return 0
}
}