fix: replaceWithJSON used wrong commit name
This commit is contained in:
@@ -120,7 +120,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
return this.failedImport()
|
return this.failedImport()
|
||||||
}
|
}
|
||||||
this.$store.commit("postwoman/importCollections", collections)
|
this.$store.commit("postwoman/replaceCollections", collections)
|
||||||
this.fileImported()
|
this.fileImported()
|
||||||
this.syncToFBCollections()
|
this.syncToFBCollections()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user