Merge pull request #993 from perseveringman/patch-zyb

This commit is contained in:
Liyas Thomas
2020-07-15 22:59:29 +05:30
committed by GitHub

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()
}