diff --git a/src/components/ui/VnNotes.vue b/src/components/ui/VnNotes.vue index aeabcb96d..b9b70fd92 100644 --- a/src/components/ui/VnNotes.vue +++ b/src/components/ui/VnNotes.vue @@ -78,8 +78,8 @@ async function insert() { $props.id || route.params.id); const claimFilter = { where: { claimFk: claimId.value }, - fields: ['created', 'workerFk', 'text'], + fields: ['id', 'created', 'workerFk', 'text'], include: { relation: 'worker', scope: {