Browse Source

fix(nc-gui): Fixed issue with Links modal expand record

pull/6615/head
Muhammed Mustafa 11 months ago
parent
commit
6b04f21a11
  1. 1
      packages/nc-gui/components/virtual-cell/components/ListChildItems.vue

1
packages/nc-gui/components/virtual-cell/components/ListChildItems.vue

@ -345,6 +345,7 @@ const linkOrUnLink = (rowRef: Record<string, string>, id: string) => {
new: true,
},
}"
:row-id="extractPkFromRow(expandedFormRow, relatedTableMeta.columns as ColumnType[])"
use-meta-fields
/>
</Suspense>

Loading…
Cancel
Save