Skip to content

Commit

Permalink
fix: uischema frontmatter reads from 'uischema'
Browse files Browse the repository at this point in the history
  • Loading branch information
waynevanson committed Aug 30, 2023
1 parent 26fbd28 commit b3acfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-entry/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const configuration = (
decoder.partial({
uischema: decoder.sum({
inline: decoder.UnknownRecord,
file: file(defaults.datasource),
file: file(defaults.uischema),
}),
}),
),
Expand Down

0 comments on commit b3acfc2

Please sign in to comment.