diff --git a/packages/nc-gui/components/smartsheet/VirtualCell.vue b/packages/nc-gui/components/smartsheet/VirtualCell.vue index 64aa2aca20..48322fb175 100644 --- a/packages/nc-gui/components/smartsheet/VirtualCell.vue +++ b/packages/nc-gui/components/smartsheet/VirtualCell.vue @@ -3,11 +3,11 @@ import type { ColumnType } from 'nocodb-sdk' import { ActiveCellInj, CellValueInj, - SaveRowInj, ColumnInj, IsFormInj, IsGridInj, RowInj, + SaveRowInj, inject, isBarcode, isBt, diff --git a/packages/nc-gui/components/virtual-cell/components/ListItems.vue b/packages/nc-gui/components/virtual-cell/components/ListItems.vue index 97ea11c4bf..2cd3ed1cab 100644 --- a/packages/nc-gui/components/virtual-cell/components/ListItems.vue +++ b/packages/nc-gui/components/virtual-cell/components/ListItems.vue @@ -6,6 +6,7 @@ import { ColumnInj, Empty, IsPublicInj, + SaveRowInj, computed, inject, isDrawerExist, @@ -16,7 +17,6 @@ import { useVModel, watch, } from '#imports' -import { SaveRowInj } from '~/context' const props = defineProps<{ modelValue: boolean }>()