Browse Source

fix: make link button in child list functional

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5848/head
Pranav C 1 year ago
parent
commit
8e5615c756
  1. 6
      packages/nc-gui/components/virtual-cell/Link.vue

6
packages/nc-gui/components/virtual-cell/Link.vue

@ -65,7 +65,10 @@ const textVal = computed(() => {
}
})
const onAttachRecord = () => {
childListDlg.value = false
listItemsDlg.value = true
}
</script>
<template>
@ -94,7 +97,6 @@ const textVal = computed(() => {
<LazyVirtualCellComponentsListChildItems
v-model="childListDlg"
:cell-value="localCellValue"
:column="relatedTableDisplayColumn"
@attach-record="onAttachRecord"
/>

Loading…
Cancel
Save