Skip to content

Commit

Permalink
Merge pull request #1210 from NicoPennec/hotfix/revert
Browse files Browse the repository at this point in the history
Revert "[qa] remove computed value already defined as a prop"
  • Loading branch information
NicoPennec authored Oct 4, 2023
2 parents 82759dd + e6cf235 commit 0ee6798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/modals/EditTaskTypeModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ export default {
},
computed: {
...mapGetters(['taskTypeStatusOptions', 'departments']),
...mapGetters(['taskTypes', 'taskTypeStatusOptions', 'departments']),
isEditing() {
return this.taskTypeToEdit && this.taskTypeToEdit.id
}
Expand Down

0 comments on commit 0ee6798

Please sign in to comment.