Browse Source

fix(nocodb): missing import in getAst

pull/7611/head
DarkPhoenix2704 7 months ago
parent
commit
a23e58d3d5
  1. 8
      packages/nocodb/src/helpers/getAst.ts

8
packages/nocodb/src/helpers/getAst.ts

@ -13,7 +13,13 @@ import type {
Model,
} from '~/models';
import { NcError } from '~/helpers/catchError';
import { CalendarView, GalleryView, KanbanView, View } from '~/models';
import {
CalendarRange,
CalendarView,
GalleryView,
KanbanView,
View,
} from '~/models';
const getAst = async ({
query,

Loading…
Cancel
Save