Skip to content

Commit 590d500

Browse files
committed
FIX: Export model toggle
* [vuex] unknown action type: model/showModelPlaceholder * [vuex] unknown action type: workspace/showExportCommitData
1 parent 0f0b9ce commit 590d500

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/renderer/components/history.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ export default {
9090
})
9191
},
9292
exportCommitDetail() {
93-
this.$store.dispatch("model/showModelPlaceholder")
94-
this.$store.dispatch("workspace/showExportCommitData")
93+
this.$store.dispatch("model/showExportCommitData")
9594
}
9695
},
9796
mounted() {

src/renderer/components/model/exportCommitData.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ export default {
6363
this.closeModel()
6464
},
6565
closeModel() {
66-
this.$store.dispatch("model/showModelPlaceholder")
67-
this.$store.dispatch("workspace/showExportCommitData")
66+
this.$store.dispatch("model/showExportCommitData")
6867
}
6968
}
7069
}

0 commit comments

Comments
 (0)