We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda5b70 commit 3062c40Copy full SHA for 3062c40
frontend/src/components/checklist/ChecklistItemParent.vue
@@ -85,7 +85,6 @@ export default {
85
}))
86
)
87
88
- await checklistItem.checklistNodes()._meta.load
89
const checklistNodes = await Promise.all(
90
checklistItem.checklistNodes().items.map(async (cn) => ({
91
checklistNode: cn,
0 commit comments