Commit 11916743 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'vs/fix-zuora-iframe-size' into 'master'

Fix Zuora iframe on client-side error

See merge request gitlab-org/gitlab!65140
parents e52fbe90 126d4954
......@@ -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