Browse Source

chore(nc-gui): lint

pull/4550/head
Wing-Kam Wong 2 years ago
parent
commit
9bca539589
  1. 3
      packages/nc-gui/composables/useMultiSelect/copyValue.ts

3
packages/nc-gui/composables/useMultiSelect/copyValue.ts

@ -1,5 +1,4 @@
import { UITypes } from '../../../nocodb-sdk'
import type { ColumnType } from '../../../nocodb-sdk'
import type { ColumnType } from 'nocodb-sdk'
import type { Row } from '~/lib'
export const copyTable = async (rows: Row[], cols: ColumnType[]) => {

Loading…
Cancel
Save