Skip to content

Commit

Permalink
Fix namespace prefix in account config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-lee committed Aug 26, 2024
1 parent 115291f commit ebac971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/recordTypes/account/forms/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const template = (configContext) => {
} = configContext.recordComponents;

return (
<Field name="ns3:accounts_common">
<Field name="ns2:accounts_common">
<Row>
<Col>
<Field name="email" />
Expand Down

0 comments on commit ebac971

Please sign in to comment.