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
commit 1389c7f4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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