Browse Source

fix: Hide barcode box when there is too many char error

pull/6905/head
Muhammed Mustafa 10 months ago
parent
commit
851d8492e7
  1. 1
      packages/nc-gui/components/virtual-cell/barcode/Barcode.vue

1
packages/nc-gui/components/virtual-cell/barcode/Barcode.vue

@ -54,6 +54,7 @@ const rowHeight = inject(RowHeightInj, ref(undefined))
/>
</a-modal>
<div
v-if="!tooManyCharsForBarcode"
class="flex ml-2 w-full items-center"
:class="{
'justify-start': isExpandedFormOpen,

Loading…
Cancel
Save