updates filepath for Section in FieldGroup
This commit is contained in:
parent
01edb34b6e
commit
62b4deca95
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
import { getContext, setContext } from "svelte"
|
||||
import Section from "../Section.svelte"
|
||||
import Section from "../deprecated/Section.svelte"
|
||||
|
||||
export let labelPosition = "above"
|
||||
export let type = "oneColumn"
|
||||
|
|
Loading…
Reference in New Issue