Browse Source

fix: Shared grid view, nothing is displayed in first column #7210

pull/7218/head
Ramesh Mane 9 months ago
parent
commit
816925cc9b
  1. 1
      packages/nc-gui/components/smartsheet/grid/Table.vue

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

@ -1486,7 +1486,6 @@ onKeyStroke('ArrowDown', onDown)
>
<div class="items-center flex gap-1 min-w-[60px]">
<div
v-if="!readOnly || isMobileMode"
class="nc-row-no sm:min-w-4 text-xs text-gray-500"
:class="{ toggle: !readOnly, hidden: row.rowMeta.selected }"
>

Loading…
Cancel
Save