Lint
This commit is contained in:
parent
259fcdf58b
commit
f13d3c0cec
|
@ -2,7 +2,6 @@
|
||||||
import { getContext } from "svelte"
|
import { getContext } from "svelte"
|
||||||
import BlockComponent from "../../BlockComponent.svelte"
|
import BlockComponent from "../../BlockComponent.svelte"
|
||||||
import Block from "../../Block.svelte"
|
import Block from "../../Block.svelte"
|
||||||
import { Layout } from "@budibase/bbui"
|
|
||||||
import Placeholder from "../Placeholder.svelte"
|
import Placeholder from "../Placeholder.svelte"
|
||||||
import { makePropSafe as safe } from "@budibase/string-templates"
|
import { makePropSafe as safe } from "@budibase/string-templates"
|
||||||
|
|
||||||
|
@ -18,8 +17,7 @@
|
||||||
export let rowId
|
export let rowId
|
||||||
export let actionUrl
|
export let actionUrl
|
||||||
|
|
||||||
const { styleable, fetchDatasourceSchema, builderStore } = getContext("sdk")
|
const { fetchDatasourceSchema, builderStore } = getContext("sdk")
|
||||||
const component = getContext("component")
|
|
||||||
const FieldTypeToComponentMap = {
|
const FieldTypeToComponentMap = {
|
||||||
string: "stringfield",
|
string: "stringfield",
|
||||||
number: "numberfield",
|
number: "numberfield",
|
||||||
|
|
Loading…
Reference in New Issue