From de5433e741283b6fbe0f140a9b2584fd2f8dd54c Mon Sep 17 00:00:00 2001 From: sreehari jayaraj Date: Tue, 12 Sep 2023 15:00:42 +0530 Subject: [PATCH] fix: deafult styles --- packages/nc-gui/components/cell/attachment/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index 04d7c71c49..4c4a35a267 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -43,7 +43,7 @@ const currentCellRef = inject(CurrentCellInj, dropZoneInjection.value) const isLockedMode = inject(IsLockedInj, ref(false)) -const isExpandedForm = inject(IsExpandedFormOpenInj, ref()) +const isExpandedForm = inject(IsExpandedFormOpenInj, ref(false)) const { isSharedForm } = useSmartsheetStoreOrThrow()! @@ -200,8 +200,8 @@ const rowHeight = inject(RowHeightInj, ref())