Lint fix.

This commit is contained in:
mike12345567 2023-10-03 17:34:20 +01:00
parent 2c20d0b738
commit 5eacc9d93e
1 changed files with 6 additions and 6 deletions

View File

@ -14,13 +14,13 @@
} from "@budibase/bbui"
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
import ClientBindingPanel from "components/common/bindings/ClientBindingPanel.svelte"
import {generate} from "shortid"
import {Constants, LuceneUtils} from "@budibase/frontend-core"
import {getFields} from "helpers/searchFields"
import {FieldType} from "@budibase/types"
import {createEventDispatcher, onMount} from "svelte"
import { generate } from "shortid"
import { Constants, LuceneUtils } from "@budibase/frontend-core"
import { getFields } from "helpers/searchFields"
import { FieldType } from "@budibase/types"
import { createEventDispatcher, onMount } from "svelte"
import FilterUsers from "./FilterUsers.svelte"
import {RelationshipType} from "constants/backend"
import { RelationshipType } from "constants/backend"
export let schemaFields
export let filters = []