Skip to content

Commit

Permalink
fix(core): 🐛 form builder editor fix
Browse files Browse the repository at this point in the history
form builder editor fix

Ref #52
  • Loading branch information
sumanta-m committed Jul 6, 2024
1 parent 63ab4b5 commit 6c9b197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/FormBuilder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CoreJSONInput, CoreTypographyBody1 } from "@wrappid/core";
import { CoreJSONEditor, CoreTypographyBody1 } from "@wrappid/core";

export default function FormBuilder(props) {
return (
Expand All @@ -7,7 +7,7 @@ export default function FormBuilder(props) {
TODO: Form Builder Work In Progress
</CoreTypographyBody1>

<CoreJSONInput {...props} />
<CoreJSONEditor {...props} />
</>
);
}

0 comments on commit 6c9b197

Please sign in to comment.