Browse Source

chore: suggested changes

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5016/head
Pranav C 2 years ago
parent
commit
11dc53a1a5
  1. 2
      packages/nc-gui/components/smartsheet/VirtualCell.vue
  2. 2
      packages/nc-gui/components/virtual-cell/components/ListItems.vue

2
packages/nc-gui/components/smartsheet/VirtualCell.vue

@ -3,11 +3,11 @@ import type { ColumnType } from 'nocodb-sdk'
import { import {
ActiveCellInj, ActiveCellInj,
CellValueInj, CellValueInj,
SaveRowInj,
ColumnInj, ColumnInj,
IsFormInj, IsFormInj,
IsGridInj, IsGridInj,
RowInj, RowInj,
SaveRowInj,
inject, inject,
isBarcode, isBarcode,
isBt, isBt,

2
packages/nc-gui/components/virtual-cell/components/ListItems.vue

@ -6,6 +6,7 @@ import {
ColumnInj, ColumnInj,
Empty, Empty,
IsPublicInj, IsPublicInj,
SaveRowInj,
computed, computed,
inject, inject,
isDrawerExist, isDrawerExist,
@ -16,7 +17,6 @@ import {
useVModel, useVModel,
watch, watch,
} from '#imports' } from '#imports'
import { SaveRowInj } from '~/context'
const props = defineProps<{ modelValue: boolean }>() const props = defineProps<{ modelValue: boolean }>()

Loading…
Cancel
Save