Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattmann committed Oct 2, 2024
1 parent 75f1299 commit 7eff682
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions frontend/src/views/camp/Checklist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ export default {
console.log(api._meta.self)
console.log(api._meta.selfUrl)
const contentNodes = this.checklistContentType._meta.load.then((items) => {
return api.contentNodes({
contentType: items.items[0]._meta.self,
camp: this.camp._meta.self,
})
// const contentNodes = this.checklistContentType._meta.load.then((items) => {
// return
// })
const contentNodes = api.contentNodes({
contentType: '/api/content_types/a4211c11211c',
camp: this.camp._meta.self,
})
await Promise.all([
Expand Down

0 comments on commit 7eff682

Please sign in to comment.