Remove Feedback section from form editor
[MAILPOET-2735]
This commit is contained in:
committed by
Jack Kitterhing
parent
276986c0f9
commit
038cc0bc6b
@@ -74,11 +74,6 @@ export default () => {
|
||||
</ul>
|
||||
</SidebarHeader>
|
||||
{activeTab === 'form' ? <FormSettings /> : <BlockSettings />}
|
||||
<p className="mailpoet_sidebar_note">
|
||||
{MailPoet.I18n.t('editorIsUsingGutenberg')}
|
||||
<br />
|
||||
<a href="mailto:quentin@mailpoet.com">{MailPoet.I18n.t('giveFeedback')}</a>
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user