Browse Source

chore(nc-gui): lint

pull/5316/head
Wing-Kam Wong 2 years ago
parent
commit
0f321b984d
  1. 2
      packages/nc-gui/composables/useMapViewDataStore.ts
  2. 5
      packages/nc-gui/composables/useSharedView.ts

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

@ -1,6 +1,6 @@
import { reactive } from 'vue' import { reactive } from 'vue'
import type { ComputedRef, Ref } from 'vue' import type { ComputedRef, Ref } from 'vue'
import type { ColumnType, MapType, PaginatedType, TableType, ViewType } from 'nocodb-sdk' import type { ColumnType, MapType, PaginatedType, ViewType } from 'nocodb-sdk'
import { IsPublicInj, ref, storeToRefs, useInjectionState, useMetas, useProject } from '#imports' import { IsPublicInj, ref, storeToRefs, useInjectionState, useMetas, useProject } from '#imports'
import type { Row } from '~/lib' import type { Row } from '~/lib'

5
packages/nc-gui/composables/useSharedView.ts

@ -1,4 +1,4 @@
import { import type {
ExportTypes, ExportTypes,
FilterType, FilterType,
KanbanType, KanbanType,
@ -8,9 +8,8 @@ import {
SortType, SortType,
TableType, TableType,
ViewType, ViewType,
ViewTypes,
} from 'nocodb-sdk' } from 'nocodb-sdk'
import { UITypes } from 'nocodb-sdk' import { UITypes, ViewTypes } from 'nocodb-sdk'
import { computed, storeToRefs, useGlobal, useMetas, useNuxtApp, useState } from '#imports' import { computed, storeToRefs, useGlobal, useMetas, useNuxtApp, useState } from '#imports'
export function useSharedView() { export function useSharedView() {

Loading…
Cancel
Save