1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00
This commit is contained in:
Andrew Kingston 2023-10-27 15:13:49 +01:00
parent 77fa373a90
commit 4fd1c26bbd
2 changed files with 0 additions and 5 deletions

View file

@ -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}

View file

@ -1,6 +1,5 @@
<script>
import Placeholder from "../Placeholder.svelte"
import FieldGroupFallback from "./FieldGroupFallback.svelte"
import { getContext, onDestroy } from "svelte"
export let label