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())