fix: replaceWithJSON used wrong commit name

This commit is contained in:
周延博
2020-07-15 20:57:14 +08:00
parent 4fe166660f
commit b9fdaf2845

View File

@@ -120,7 +120,7 @@ export default {
} else {
return this.failedImport()
}
this.$store.commit("postwoman/importCollections", collections)
this.$store.commit("postwoman/replaceCollections", collections)
this.fileImported()
this.syncToFBCollections()
}