Browse Source

fix: cleanup

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6817/head
Pranav C 1 year ago
parent
commit
4d7f7d224b
  1. 2
      packages/nc-gui/components/smartsheet/grid/Table.vue

2
packages/nc-gui/components/smartsheet/grid/Table.vue

@ -1454,8 +1454,6 @@ const loaderText = computed(() => {
:style="{ height: rowHeight ? `${rowHeight * 1.8}rem` : `1.8rem` }"
:data-testid="`grid-row-${rowIndex}`"
>
<td>{{
row.row}}</td>
<td
key="row-index"
class="caption nc-grid-cell pl-5 pr-1"

Loading…
Cancel
Save