Open a new link and close wizard
[MAILPOET-2142]
This commit is contained in:
committed by
Jack Kitterhing
parent
9d2f7c1246
commit
daabe385c6
@@ -28,6 +28,10 @@ const Controlls = (props) => (
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="button button-primary"
|
||||
onClick={() => {
|
||||
window.open(props.mailpoetAccountUrl);
|
||||
props.next();
|
||||
}}
|
||||
>
|
||||
{props.nextButtonText}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user