Browse Source

fix: typo

pull/6451/head
DarkPhoenix2704 12 months ago
parent
commit
1982cd4e16
  1. 2
      packages/nc-gui/components/virtual-cell/components/ListItem.vue

2
packages/nc-gui/components/virtual-cell/components/ListItem.vue

@ -35,7 +35,7 @@ interface Attachment {
const attachments: ComputedRef<Attachment[]> = 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]

Loading…
Cancel
Save