From 682f938d36a79ba8cd7d87685b7171aa65614e2c Mon Sep 17 00:00:00 2001 From: mertmit Date: Sun, 21 Aug 2022 02:07:00 +0300 Subject: [PATCH] fix(gui-v2): attachment prop warning Signed-off-by: mertmit --- packages/nc-gui-v2/components/cell/attachment/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nc-gui-v2/components/cell/attachment/index.vue b/packages/nc-gui-v2/components/cell/attachment/index.vue index 7d534b761a..2d21896300 100644 --- a/packages/nc-gui-v2/components/cell/attachment/index.vue +++ b/packages/nc-gui-v2/components/cell/attachment/index.vue @@ -17,7 +17,7 @@ import { interface Props { modelValue: string | Record[] | null - rowIndex: number + rowIndex?: number } interface Emits {