diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index 7d6f9e63e5..04d7c71c49 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 isDrawerExist = inject(IsExpandedFormOpenInj, ref()) +const isExpandedForm = inject(IsExpandedFormOpenInj, ref()) const { isSharedForm } = useSmartsheetStoreOrThrow()! @@ -218,12 +218,12 @@ const rowHeight = inject(RowHeightInj, ref()) @click.stop="selectedImage = item" >