Skip to content

Commit

Permalink
Merge pull request #1046 from nscuro/backport-pr-1028
Browse files Browse the repository at this point in the history
Backport: Fix creation of multiple projects without reloading page
  • Loading branch information
nscuro authored Oct 9, 2024
2 parents f18d34c + 1a682d0 commit 52607ab
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 52607ab

Please sign in to comment.