Browse Source

chore(nc-gui): remove logs

pull/3669/head
braks 2 years ago committed by Raju Udava
parent
commit
f2bc114b29
  1. 1
      packages/nc-gui/components/cell/attachment/index.vue

1
packages/nc-gui/components/cell/attachment/index.vue

@ -60,7 +60,6 @@ const {
watch(
[() => rowIndex, isForm, attachmentCellRef],
() => {
console.log(dropZoneInjection.value, currentCellRef.value)
if (dropZoneInjection?.value) return
if (!rowIndex && (isForm.value || isGallery.value)) {

Loading…
Cancel
Save