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, StringOrNullType,
TableType, TableType,
} from 'nocodb-sdk' } from 'nocodb-sdk'
import { import { ErrorMessages, RelationTypes, UITypes, isLinksOrLTAR, isSystemColumn, isVirtualCol } from 'nocodb-sdk'
ErrorMessages,
RelationTypes,
UITypes,
getDateFormat,
getDateTimeFormat,
isLinksOrLTAR,
isSystemColumn,
isVirtualCol,
} from 'nocodb-sdk'
import { isString } from '@vue/shared' import { isString } from '@vue/shared'
import { filterNullOrUndefinedObjectProperties } from '~/helpers/parsers/parserHelpers' import { filterNullOrUndefinedObjectProperties } from '~/helpers/parsers/parserHelpers'
import { import {

Loading…
Cancel
Save