Skip to content

Commit

Permalink
bug fix for breaking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chungchunwang committed May 15, 2023
1 parent 295b8fd commit 6edbc92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Component.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
export let fieldApi;
export let fieldState;
export let fieldSchema;
export let type = "text";
const formApi = formContext?.formApi;
const labelPos = fieldGroupContext?.labelPosition || "above";
$: formStep = formStepContext ? $formStepContext || 1 : 1;
Expand Down

0 comments on commit 6edbc92

Please sign in to comment.