diff --git a/web/src/pages/flows/FlowListPage.ts b/web/src/pages/flows/FlowListPage.ts index 6096a0dccf..ba451bbba5 100644 --- a/web/src/pages/flows/FlowListPage.ts +++ b/web/src/pages/flows/FlowListPage.ts @@ -101,9 +101,7 @@ export class FlowListPage extends TablePage { slug: item.slug, }) .then((link) => { - window.location.assign( - `${link.link}?next=/%23${window.location.href}`, - ); + window.open(`${link.link}?next=/%23${window.location.href}`); }); }} >