Skip to content

Commit

Permalink
Fix Staff Submit Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Icexbb committed Jun 1, 2023
1 parent 560598b commit d399cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sekaisubtitle-electron",
"version": "0.9.9-rc.4",
"version": "0.9.9-rc.5",
"main": "dist-electron/main/index.js",
"description": "",
"author": "XBB <icexb_baka@163.com>",
Expand Down
4 changes: 2 additions & 2 deletions src/components/SubtitleEmit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ export default defineComponent({
}
},
submitStaffItem(item) {
this.config_staff.push(item)
submitStaffItem() {
this.config_staff.push(this.makeStaffItem())
this.restoreStaffItem()
},
clearStaffItem() {
Expand Down

0 comments on commit d399cf8

Please sign in to comment.