1
0
Fork 0
mirror of synced 2024-09-24 21:31:17 +12:00
This commit is contained in:
Andrew Kingston 2024-09-18 11:54:24 +01:00
parent 4bd4cb57f8
commit 4325805ce3
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<script>
import { viewsV2 } from "stores/builder"
import { admin, licensing } from "stores/portal"
import { admin } from "stores/portal"
import { Grid } from "@budibase/frontend-core"
import { API } from "api"
import GridCreateEditRowModal from "components/backend/DataTable/modals/grid/GridCreateEditRowModal.svelte"

View file

@ -5,13 +5,11 @@ import {
Table,
TableSchema,
View,
ViewFieldMetadata,
ViewV2,
ViewV2ColumnEnriched,
ViewV2Enriched,
} from "@budibase/types"
import { HTTPError } from "@budibase/backend-core"
import { features } from "@budibase/pro"
import {
helpers,
PROTECTED_EXTERNAL_COLUMNS,