Skip to content

Commit 39c4dee

Browse files
committed
Adjust to new API
1 parent 0a04aff commit 39c4dee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/pages/workflow/[id].vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ async function createLandingPage() {
6767
workflow_id: trs_url,
6868
workflow_target_type: "trs_url",
6969
request_state: job,
70+
public: true,
7071
}),
7172
});
7273
const json = await response.json();
73-
const landingPage = `${selectedInstance.value}/workflow_landings/${json["uuid"]}`;
74+
const landingPage = `${selectedInstance.value}/workflow_landings/${json["uuid"]}?public=true`;
7475
window.open(landingPage, "_blank");
7576
}
7677

0 commit comments

Comments
 (0)