diff --git a/packages/nc-gui-v2/components/virtual-cell/components/ItemChip.vue b/packages/nc-gui-v2/components/virtual-cell/components/ItemChip.vue index b185e6e7af..a98f18b660 100644 --- a/packages/nc-gui-v2/components/virtual-cell/components/ItemChip.vue +++ b/packages/nc-gui-v2/components/virtual-cell/components/ItemChip.vue @@ -20,6 +20,8 @@ const active = inject(ActiveCellInj, ref(false)) const isForm = inject(IsFormInj)! +const isLocked = inject(IsLockedInj, ref(false)) + const expandedFormDlg = ref(false) @@ -37,13 +39,13 @@ export default { > {{ value }} -