Commit 126d4954 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Fix Zuora iframe on client-side error

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/334112
parent 0b0eddca
...@@ -102,7 +102,6 @@ export default { ...@@ -102,7 +102,6 @@ export default {
} }
this.isLoading = false; this.isLoading = false;
this.$refs.zuora.contentWindow.postMessage('resize', this.allowedOrigin);
}, },
isEventAllowedForOrigin(event) { isEventAllowedForOrigin(event) {
try { try {
...@@ -143,7 +142,6 @@ export default { ...@@ -143,7 +142,6 @@ export default {
<gl-loading-icon v-if="isLoading" size="lg" /> <gl-loading-icon v-if="isLoading" size="lg" />
<!-- eslint-disable @gitlab/vue-require-i18n-strings --> <!-- eslint-disable @gitlab/vue-require-i18n-strings -->
<iframe <iframe
v-show="!isLoading"
ref="zuora" ref="zuora"
:src="iframeSrc" :src="iframeSrc"
style="border: none" style="border: none"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment