Skip to content

Commit

Permalink
ChecklistItemParent.vue add missing state
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattmann committed Nov 5, 2024
1 parent 4943e54 commit d96dd6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/checklist/ChecklistItemParent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ export default {
depth: { type: Number, required: true },
allChecklistNodes: { type: Array, required: true },
},
data() {
return {
checklistNodes: [],
}
},
computed: {
activities() {
const camp = this.checklistItem.checklist().camp()
Expand Down

0 comments on commit d96dd6c

Please sign in to comment.