Merge report detail components

This commit is contained in:
Jon Staab
2025-11-14 11:35:19 -08:00
parent b3ea62c53c
commit 62f573eac0
17 changed files with 349 additions and 94 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export class IDB {
async init(adapters: IDBAdapters) {
if (this.idbp) {
await this.close()
throw new Error("Unable to initialize a database that isn't yet closed")
}
this.status = IDBStatus.Opening