diff --git a/client/components/pages/forms/show/EmbedCode.vue b/client/components/pages/forms/show/EmbedCode.vue index 24bf4a3..d16ef80 100644 --- a/client/components/pages/forms/show/EmbedCode.vue +++ b/client/components/pages/forms/show/EmbedCode.vue @@ -42,7 +42,7 @@ export default { }, iframeCode() { const share_url = (this.extraQueryParam) ? this.form.share_url + "?" + this.extraQueryParam : this.form.share_url + this.extraQueryParam - return '' + return '' }, iframeId() { return 'form-' + this.form.slug