Browse Source

geodata: remove commented code

pull/4641/head
flisowna 2 years ago
parent
commit
1ed99e8445
  1. 1
      packages/nc-gui/components/virtual-cell/barcode/Barcode.vue

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

@ -26,7 +26,6 @@ const barcodeMeta = $computed(() => {
const handleModalOkClick = () => (modalVisible.value = false)
// const showBarcode = computed(() => barcodeValue?.value?.length > 0 && !tooManyCharsForBarcode.value)
const showBarcode = computed(() => {
return cellValue?.value?.length > 0 && !tooManyCharsForBarcode.value
})

Loading…
Cancel
Save