web/admin: fix flow executor not opening in new tab
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ecaee92634
commit
f82aada23b
|
@ -101,9 +101,7 @@ export class FlowListPage extends TablePage<Flow> {
|
|||
slug: item.slug,
|
||||
})
|
||||
.then((link) => {
|
||||
window.location.assign(
|
||||
`${link.link}?next=/%23${window.location.href}`,
|
||||
);
|
||||
window.open(`${link.link}?next=/%23${window.location.href}`);
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
|
Reference in New Issue