Skip to content

Commit

Permalink
Merge pull request #1028 from rkg-mm/1025-fix-multiple-create-project…
Browse files Browse the repository at this point in the history
…-dialog

Fix creation of multiple projects without reloading page
  • Loading branch information
nscuro authored Oct 4, 2024
2 parents 4ccfd8b + a1042a9 commit 730dc73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/portfolio/projects/ProjectCreateProjectModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,9 @@ export default {
});
},
resetValues: function () {
this.project = {};
this.project = {
team: [],
};
this.tag = '';
this.tags = [];
this.selectedParent = null;
Expand Down

0 comments on commit 730dc73

Please sign in to comment.