Skip to content

Commit

Permalink
Use the more elegant way of querying the period's content nodes, now …
Browse files Browse the repository at this point in the history
…that it's available
  • Loading branch information
carlobeltrame committed Jul 5, 2022
1 parent 559a3e4 commit b9966db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print/components/ProgramPeriod.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
await Promise.all([
this.period.days().$loadItems(),
this.period.scheduleEntries().$loadItems(),
this.$api.get().contentNodes({ period: this.period._meta.self }).$loadItems(),
this.period.contentNodes().$loadItems(),
])
this.days = this.period.days().items
Expand Down

0 comments on commit b9966db

Please sign in to comment.