Browse Source

chore(gui-v2): remove log

pull/3330/head
braks 2 years ago
parent
commit
35844c30e1
  1. 6
      packages/nc-gui-v2/components/cell/attachment/index.vue

6
packages/nc-gui-v2/components/cell/attachment/index.vue

@ -50,11 +50,7 @@ const {
selectedImage, selectedImage,
isReadonly, isReadonly,
storedFiles, storedFiles,
} = useProvideAttachmentCell((val) => { } = useProvideAttachmentCell(updateModelValue)
console.log(val)
updateModelValue(val)
})
const currentCellRef = computed(() => const currentCellRef = computed(() =>
!rowIndex && isForm.value !rowIndex && isForm.value

Loading…
Cancel
Save