Skip to content

Commit

Permalink
fixed issue "This Field setting is the wrong type"
Browse files Browse the repository at this point in the history
  • Loading branch information
chungchunwang committed May 15, 2023
1 parent 6edbc92 commit ca4cda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
export let fieldApi;
export let fieldState;
export let fieldSchema;
export let type = "text";
export let type = "string";
const formApi = formContext?.formApi;
const labelPos = fieldGroupContext?.labelPosition || "above";
Expand Down

0 comments on commit ca4cda9

Please sign in to comment.