web/admin: fix typo in flow launch URL

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-03-22 20:20:38 +01:00
parent 64b758c8fa
commit 5a07d4ec66
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export class FlowViewPage extends LitElement {
@click=${() => {
const finalURL = `${
window.location.origin
}/if/flows/${this.flow.slug}/${AndNext(
}/if/flow/${this.flow.slug}/${AndNext(
`${window.location.pathname}#${window.location.hash}`,
)}`;
window.open(finalURL, "_blank");