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 {
}
this.isLoading = false;
this.$refs.zuora.contentWindow.postMessage('resize', this.allowedOrigin);
},
isEventAllowedForOrigin(event) {
try {
......@@ -143,7 +142,6 @@ export default {
<gl-loading-icon v-if="isLoading" size="lg" />
<!-- eslint-disable @gitlab/vue-require-i18n-strings -->
<iframe
v-show="!isLoading"
ref="zuora"
:src="iframeSrc"
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