Skip to content

Commit

Permalink
revert typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Jun 19, 2024
1 parent 12c778f commit f507c37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ function renderElement(element) {
const propsAsComponents = element.propComponents
? getPropComponents(element.propComponents)
: {};

return (
<Element {...element.props} {...propsAsComponents}>
{typeof element.children === 'object' ? (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const field: UIComponentFactory<FieldElement> = ({ element, form }) => {
error: element.props.error !== undefined,
helpText: element.props.error,
},
s: {
propComponents: {
endAccessory: buttonMapped && {
...buttonMapped,
props: {
Expand Down

0 comments on commit f507c37

Please sign in to comment.