Fix resize for all forms

This commit is contained in:
Julien Nahum 2024-02-01 18:53:55 +01:00
parent fcb9999ed6
commit 5dd3bafb4f
1 changed files with 1 additions and 3 deletions

View File

@ -166,8 +166,6 @@ useHead({
} }
return titleChunk ? `${titleChunk} - OpnForm` : 'OpnForm'; return titleChunk ? `${titleChunk} - OpnForm` : 'OpnForm';
}, },
... form.value.custom_code ? { script: [ { src: '/widgets/iframeResizer.contentWindow.min.js' } ]
script: [ { src: '/widgets/iframeResizer.contentWindow.min.js' } ]
} : {}
}) })
</script> </script>