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

Loading…
Cancel
Save