Skip to content

Commit

Permalink
Fix DependencyTrack#1025 (repeated creation of projects fails without…
Browse files Browse the repository at this point in the history
… reloading the page)

Signed-off-by: Ralf King <[email protected]>
  • Loading branch information
rkg-mm committed Oct 6, 2024
1 parent fc71f58 commit 052621a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/portfolio/projects/ProjectCreateProjectModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ export default {
},
resetValues: function () {
this.project = {
team: [],
collectionLogic: 'NONE', // set default to regular project
team: [],
};
Expand Down

0 comments on commit 052621a

Please sign in to comment.