Skip to content

Commit

Permalink
Fix #1025
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf King <[email protected]>
  • Loading branch information
rkg-mm authored and nscuro committed Oct 9, 2024
1 parent 33c050b commit 1a682d0
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 1a682d0

Please sign in to comment.