Clean up
This commit is contained in:
parent
77fa373a90
commit
4fd1c26bbd
|
@ -34,7 +34,6 @@
|
|||
bb_reference: "bbreferencefield",
|
||||
}
|
||||
const context = getContext("context")
|
||||
const { builderStore } = getContext("sdk")
|
||||
|
||||
let formId
|
||||
|
||||
|
@ -242,9 +241,6 @@
|
|||
order={idx}
|
||||
interactive
|
||||
name={field?.field}
|
||||
onClick={() => {
|
||||
builderStore.actions.clickFormBlockField(field?.field)
|
||||
}}
|
||||
/>
|
||||
{/if}
|
||||
{/each}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<script>
|
||||
import Placeholder from "../Placeholder.svelte"
|
||||
import FieldGroupFallback from "./FieldGroupFallback.svelte"
|
||||
import { getContext, onDestroy } from "svelte"
|
||||
|
||||
export let label
|
||||
|
|
Loading…
Reference in New Issue