Remove deprecated attribute from iframe

The allowtransparency attribute is needed only for IE8 and lower

[MAILPOET-1704]
This commit is contained in:
Rostislav Wolny
2019-01-10 09:51:45 +01:00
parent e529ea7b8e
commit 291a0197b2

View File

@@ -23,7 +23,6 @@ const WelcomeWizardEmailCourseStep = props => (
className="mailpoet_form_iframe"
marginWidth="0"
marginHeight="0"
allowtransparency="true" // eslint-disable-line react/no-unknown-property
/>
</div>
<button className="button button-primary" onClick={props.next}>{MailPoet.I18n.t('next')}</button>