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,
isReadonly,
storedFiles,
} = useProvideAttachmentCell((val) => {
console.log(val)
updateModelValue(val)
})
} = useProvideAttachmentCell(updateModelValue)
const currentCellRef = computed(() =>
!rowIndex && isForm.value

Loading…
Cancel
Save