Make the new page accessible
[MAILPOET-2678]
This commit is contained in:
committed by
Veljko V
parent
4d12bba87f
commit
a6df9a6ce3
@@ -59,6 +59,9 @@ if (jQuery('#mailpoet_settings').length > 0) {
|
||||
if (tab === 'premium') {
|
||||
window.location.href = '?page=mailpoet-new-settings#/premium';
|
||||
}
|
||||
if (tab === 'signup') {
|
||||
window.location.href = '?page=mailpoet-new-settings#/signup';
|
||||
}
|
||||
// reset all active tabs
|
||||
jQuery('.nav-tab-wrapper a').removeClass('nav-tab-active');
|
||||
|
||||
|
@@ -18,13 +18,13 @@ export default () => {
|
||||
>
|
||||
{t('basicsTab')}
|
||||
</TabLink>
|
||||
<a
|
||||
className="nav-tab"
|
||||
href="?page=mailpoet-settings#signup"
|
||||
data-automation-id="signup_settings_tab"
|
||||
<TabLink
|
||||
name="signup"
|
||||
current={current}
|
||||
automationId="signup_settings_tab"
|
||||
>
|
||||
{t('signupConfirmationTab')}
|
||||
</a>
|
||||
</TabLink>
|
||||
<a
|
||||
className="nav-tab"
|
||||
href="?page=mailpoet-settings#mta"
|
||||
|
Reference in New Issue
Block a user