Added new HTML editor with some breaking changes.

This commit is contained in:
Patrick Fic
2020-08-14 15:50:36 -07:00
parent 57cbc6961c
commit 873e81556d
20 changed files with 574 additions and 358 deletions

View File

@@ -45,7 +45,7 @@ export default function FormsFieldChanged({ form }) {
/>
</div>
);
return null;
return <div style={{ display: "none" }}></div>;
}}
</Form.Item>
);