diff --git a/packages/nc-gui/composables/useData.ts b/packages/nc-gui/composables/useData.ts index a75e8502fd..595099e069 100644 --- a/packages/nc-gui/composables/useData.ts +++ b/packages/nc-gui/composables/useData.ts @@ -1,7 +1,6 @@ import type { ColumnType, LinkToAnotherRecordType, PaginatedType, RelationTypes, TableType, ViewType } from 'nocodb-sdk' import { UITypes, isCreatedOrLastModifiedByCol, isCreatedOrLastModifiedTimeCol } from 'nocodb-sdk' import type { ComputedRef, Ref } from 'vue' -import { extractPkFromRow } from '../utils/dataUtils' import type { CellRange } from '#imports' export function useData(args: { diff --git a/packages/nc-gui/composables/useLTARStore.ts b/packages/nc-gui/composables/useLTARStore.ts index 0b2a3f82ca..71575f78b8 100644 --- a/packages/nc-gui/composables/useLTARStore.ts +++ b/packages/nc-gui/composables/useLTARStore.ts @@ -7,7 +7,6 @@ import type { } from 'nocodb-sdk' import { RelationTypes, UITypes, dateFormats, parseStringDateTime, timeFormats } from 'nocodb-sdk' import type { ComputedRef, Ref } from 'vue' -import { extractPkFromRow } from '../utils/dataUtils' interface DataApiResponse { list: Record