Browse Source

fix(gui-v2): attachment prop warning

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/3268/head
mertmit 2 years ago
parent
commit
682f938d36
  1. 2
      packages/nc-gui-v2/components/cell/attachment/index.vue

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

@ -17,7 +17,7 @@ import {
interface Props {
modelValue: string | Record<string, any>[] | null
rowIndex: number
rowIndex?: number
}
interface Emits {

Loading…
Cancel
Save