From b9fdaf284544848e707164562eb7f7abca622ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E5=BB=B6=E5=8D=9A?= <15122337355@163.com> Date: Wed, 15 Jul 2020 20:57:14 +0800 Subject: [PATCH] fix: replaceWithJSON used wrong commit name --- components/collections/importExportCollections.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/collections/importExportCollections.vue b/components/collections/importExportCollections.vue index a4fc549b9..e1b625151 100644 --- a/components/collections/importExportCollections.vue +++ b/components/collections/importExportCollections.vue @@ -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() }