diff --git a/packages/nc-gui-v2/components/virtual-cell/BelongsTo.vue b/packages/nc-gui-v2/components/virtual-cell/BelongsTo.vue index e0531b2b3b..b9da198501 100644 --- a/packages/nc-gui-v2/components/virtual-cell/BelongsTo.vue +++ b/packages/nc-gui-v2/components/virtual-cell/BelongsTo.vue @@ -33,6 +33,8 @@ const active = inject(ActiveCellInj)! const readonly = inject(ReadonlyInj, false) +const isLocked = inject(IsLockedInj) + const listItemsDlg = ref(false) const { state, isNew, removeLTARRef } = useSmartsheetRowStoreOrThrow() @@ -72,7 +74,7 @@ const unlinkRef = async (rec: Record) => { -
+
) => {
-
+
) => {
-
+