This commit is contained in:
Andrew Kingston 2024-10-24 09:36:51 +01:00
parent 8a0193cfb7
commit d7ad035e0b
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import { writable, derived, get } from "svelte/store"
import { tables } from "./tables"
import { API } from "api"
import { dataFilters } from "@budibase/shared-core"
export function createViewsV2Store() {
const store = writable({

View File

@ -1,5 +1,4 @@
import { get } from "svelte/store"
import { dataFilters } from "@budibase/shared-core"
const SuppressErrors = true