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 {
ActiveCellInj,
CellValueInj,
SaveRowInj,
ColumnInj,
IsFormInj,
IsGridInj,
RowInj,
SaveRowInj,
inject,
isBarcode,
isBt,

2
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 }>()

Loading…
Cancel
Save