Skip to content

Commit

Permalink
fix(fe): new project page
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Feb 15, 2022
1 parent b127e05 commit 0eaa9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web2/src/views/project/New.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ export default {
},
methods: {
onSave(item) {
onSave(e) {
EventBus.$emit('i-project', {
action: 'new',
item,
item: e.item,
});
},
Expand Down

0 comments on commit 0eaa9bd

Please sign in to comment.