Browse Source

fix: remove classname

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5805/head
Pranav C 1 year ago
parent
commit
11319d0f5f
  1. 2
      packages/nc-gui/components/smartsheet/Grid.vue

2
packages/nc-gui/components/smartsheet/Grid.vue

@ -1020,7 +1020,7 @@ const deleteSelectedRangeOfRows = () => {
</div>
</td>
<td v-e="['c:row:add:grid-bottom']" class="nc-grid-add-new-cell z-0 !border-0" :colspan="visibleColLength - 1"></td>
<td v-e="['c:row:add:grid-bottom']" class="z-0 !border-0" :colspan="visibleColLength - 1"></td>
</tr>
</tbody>
</table>

Loading…
Cancel
Save