Browse Source

fix(nc-gui): remove incorrect click event and update icon

pull/4574/head
Wing-Kam Wong 2 years ago
parent
commit
ba37d4fe5e
  1. 3
      packages/nc-gui/components/virtual-cell/components/ListChildItems.vue

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

@ -128,8 +128,7 @@ const onClick = (row: Row) => {
@click="emit('attachRecord')"
>
<div class="flex items-center gap-1">
<!-- todo: where is row supposed to come from? this is a bug! -->
<MdiLinkVariantRemove class="text-xs" type="primary" @click="unlinkRow(row)" />
<MdiLinkVariant class="text-xs" type="primary" />
Link to '{{ relatedTableMeta.title }}'
</div>
</a-button>

Loading…
Cancel
Save