diff --git a/packages/nc-gui/components/virtual-cell/components/ListItem.vue b/packages/nc-gui/components/virtual-cell/components/ListItem.vue index 2620ab0df7..097642c5f9 100644 --- a/packages/nc-gui/components/virtual-cell/components/ListItem.vue +++ b/packages/nc-gui/components/virtual-cell/components/ListItem.vue @@ -35,7 +35,7 @@ interface Attachment { const attachments: ComputedRef = computed(() => { try { - if (props.attachment && props.attachment[props.attachment.title]) { + if (props.attachment && props.row[props.attachment.title]) { return typeof row.value[props.attachment.title] === 'string' ? JSON.parse(row.value[props.attachment.title]) : row.value[props.attachment.title]