Skip to content

Commit

Permalink
Fix creation of multiple projects without reloading page
Browse files Browse the repository at this point in the history
Ports DependencyTrack/frontend#1046

Co-authored-by: Ralf King <[email protected]>
Signed-off-by: nscuro <[email protected]>
  • Loading branch information
nscuro and rkg-mm committed Dec 5, 2024
1 parent 5094b72 commit 123c337
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 123c337

Please sign in to comment.