@@ -337,11 +337,7 @@ onBeforeMount(() => {
window.parent.postMessage(
{
type: 'setFormConfig',
- data: JSON.parse(
- JSON.stringify({
- iframeHeight: 800,
- }),
- ),
+ formHeight: 800,
},
'*',
)