Browse Source

refactor(nc-gui): load Row type from ~/lib

pull/3563/head
Wing-Kam Wong 2 years ago
parent
commit
623bd030a3
  1. 2
      packages/nc-gui/components/smartsheet/Kanban.vue

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

@ -18,7 +18,7 @@ import {
provide,
useKanbanViewStoreOrThrow,
} from '#imports'
import type { Row as RowType } from '~/composables'
import type { Row as RowType } from '~/lib'
const meta = inject(MetaInj, ref())

Loading…
Cancel
Save