web/admin: fix typo in flow launch URL
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
64b758c8fa
commit
5a07d4ec66
|
@ -122,7 +122,7 @@ export class FlowViewPage extends LitElement {
|
||||||
@click=${() => {
|
@click=${() => {
|
||||||
const finalURL = `${
|
const finalURL = `${
|
||||||
window.location.origin
|
window.location.origin
|
||||||
}/if/flows/${this.flow.slug}/${AndNext(
|
}/if/flow/${this.flow.slug}/${AndNext(
|
||||||
`${window.location.pathname}#${window.location.hash}`,
|
`${window.location.pathname}#${window.location.hash}`,
|
||||||
)}`;
|
)}`;
|
||||||
window.open(finalURL, "_blank");
|
window.open(finalURL, "_blank");
|
||||||
|
|
Reference in New Issue