Skip to content

Commit b2a53c8

Browse files
committed
Add sortable Choicegroup
1 parent 80aa2fb commit b2a53c8

File tree

2 files changed

+235
-124
lines changed

2 files changed

+235
-124
lines changed

src/FormBuilder.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export const FormBuilder = ({onChange, json}: Props) => {
9898
}, []);
9999

100100
useEffect(() => {
101+
console.log(blocks);
101102
onChange(blocks);
102103
}, [blocks]);
103104

0 commit comments

Comments
 (0)