From a453e41e5d159b7c69cf228c6f0db7f41eaae5cc Mon Sep 17 00:00:00 2001 From: sreehari jayaraj Date: Tue, 12 Sep 2023 11:00:24 +0530 Subject: [PATCH] fix: tailwind measures --- packages/nc-gui/components/cell/attachment/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" >