tweak messages & commentary

This commit is contained in:
2025-05-24 20:55:54 -06:00
parent 0c356454e8
commit 6677a0fef2
3 changed files with 4 additions and 3 deletions

View File

@@ -1611,7 +1611,8 @@ export default class AccountViewView extends Vue {
async submitImportFile() {
if (inputImportFileNameRef.value != null) {
await db.delete()
.then(async (x) => {
.then(async () => {
// BulkError: settings.bulkAdd(): 1 of 21 operations failed. Errors: ConstraintError: Key already exists in the object store.
await Dexie.import(inputImportFileNameRef.value as Blob, {
progressCallback: this.progressCallback,
})