Skip to content

Commit

Permalink
fix: update fieldset customization
Browse files Browse the repository at this point in the history
  • Loading branch information
joeynimu committed Jan 26, 2024
1 parent aa008c2 commit 543a3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/createHeadlessForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function buildFieldParameters(name, fieldProperties, required = [], config = {},
fields = getFieldsFromJSONSchema(
fieldProperties,
{
customProperties: get(config, `customProperties.${name}`, {}),
customProperties: get(config, `customProperties.${name}.customProperties`, {}),
parentID: name,
},
logic
Expand Down

0 comments on commit 543a3c0

Please sign in to comment.