Browse Source

chore(nc-gui): lint

pull/7786/head
Ramesh Mane 9 months ago
parent
commit
67f8eb2fe4
  1. 11
      packages/nc-gui/composables/useSharedFormViewStore.ts

11
packages/nc-gui/composables/useSharedFormViewStore.ts

@ -12,16 +12,7 @@ import type {
StringOrNullType,
TableType,
} from 'nocodb-sdk'
import {
ErrorMessages,
RelationTypes,
UITypes,
getDateFormat,
getDateTimeFormat,
isLinksOrLTAR,
isSystemColumn,
isVirtualCol,
} from 'nocodb-sdk'
import { ErrorMessages, RelationTypes, UITypes, isLinksOrLTAR, isSystemColumn, isVirtualCol } from 'nocodb-sdk'
import { isString } from '@vue/shared'
import { filterNullOrUndefinedObjectProperties } from '~/helpers/parsers/parserHelpers'
import {

Loading…
Cancel
Save