Browse Source

chore(gui): lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/3626/head
Pranav C 2 years ago
parent
commit
a3bc1b0a40
  1. 2
      packages/nc-gui/composables/useCellUrlConfig.ts
  2. 2
      packages/nc-gui/lib/types.ts

2
packages/nc-gui/composables/useCellUrlConfig.ts

@ -1,5 +1,5 @@
import type { MaybeRef } from '@vueuse/core'
import { computed, ref, unref, useInjectionState, useRoute } from '#imports'
import { computed, unref, useRoute } from '#imports'
export interface CellUrlOptions {
behavior?: string

2
packages/nc-gui/lib/types.ts

@ -1,6 +1,6 @@
import type { FilterType } from 'nocodb-sdk'
import type { I18n } from 'vue-i18n'
import type { Language, Role } from './enums'
import type { Role } from './enums'
export interface User {
id: string

Loading…
Cancel
Save