forked from jsnbuchanan/crowd-funder-for-time-pwa
tweak messages & commentary
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user