Browse Source

chore: lint

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/7202/head
mertmit 9 months ago
parent
commit
1e54fec883
  1. 2
      packages/nc-gui/components/smartsheet/column/RollupOptions.vue
  2. 2
      packages/nocodb/src/models/BaseUser.ts

2
packages/nc-gui/components/smartsheet/column/RollupOptions.vue

@ -1,7 +1,7 @@
<script setup lang="ts">
import { onMounted } from '@vue/runtime-core'
import type { ColumnType, LinkToAnotherRecordType, TableType, UITypes } from 'nocodb-sdk'
import { getAvailableRollupForUiType, isLinksOrLTAR, isNumericCol, isSystemColumn, isVirtualCol } from 'nocodb-sdk'
import { getAvailableRollupForUiType, isLinksOrLTAR, isSystemColumn, isVirtualCol } from 'nocodb-sdk'
import type { Ref } from '#imports'
import {
MetaInj,

2
packages/nocodb/src/models/BaseUser.ts

@ -1,6 +1,6 @@
import { ProjectRoles } from 'nocodb-sdk';
import type { BaseType } from 'nocodb-sdk';
import User from '~/models/User';
import type User from '~/models/User';
import Base from '~/models/Base';
import {
// CacheDelDirection,

Loading…
Cancel
Save