Skip to content
Snippets Groups Projects
Commit e7191c90 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

open pulse channel config in new tab

parent 209c51f7
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ export default class SetupMessage extends Component {
</div>
<div className="mt2">
{channels.map(c =>
<a className="Button Button--primary mr1" href={"/admin/settings?section="+c}>Configure {c}</a>
<a className="Button Button--primary mr1" href={"/admin/settings?section="+c} target="_blank">Configure {c}</a>
)}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment