Browse Source

chore(nc-gui): format

pull/3563/head
Wing-Kam Wong 2 years ago
parent
commit
f546f6712e
  1. 4
      packages/nc-gui/components/virtual-cell/ManyToMany.vue

4
packages/nc-gui/components/virtual-cell/ManyToMany.vue

@ -95,8 +95,8 @@ const onAttachRecord = () => {
<template v-if="cells">
<ItemChip v-for="(cell, i) of cells" :key="i" :item="cell.item" :value="cell.value" @unlink="unlinkRef(cell.item)" />
<span v-if="cells?.length === 10" class="caption pointer ml-1 grey--text" @click.stop="childListDlg = true"
>more...
<span v-if="cells?.length === 10" class="caption pointer ml-1 grey--text" @click.stop="childListDlg = true">
more...
</span>
</template>
</div>

Loading…
Cancel
Save