diff --git a/packages/nc-gui/components/tabs/Smartsheet.vue b/packages/nc-gui/components/tabs/Smartsheet.vue index 50166d2e2c..226fec302b 100644 --- a/packages/nc-gui/components/tabs/Smartsheet.vue +++ b/packages/nc-gui/components/tabs/Smartsheet.vue @@ -115,8 +115,8 @@ const onDrop = async (event: DragEvent) => { }) } else { grid.value?.openColumnCreate({ - uidt: UITypes.LinkToAnotherRecord, - title: `${data.title}List`, + uidt: UITypes.Links, + title: `${data.title}`, parentId: parentMeta.id, childId: childMeta.id, parentTable: parentMeta.title,