Show active workflow title in parameters ui (#3978)

This commit is contained in:
Celal Zamanoglu
2025-11-12 20:20:49 +03:00
committed by GitHub
parent c60156634a
commit e8e8481f78

View File

@@ -46,7 +46,9 @@ function WorkflowRunParameters() {
const header = (
<header className="space-y-5">
<h1 className="text-3xl">Parameters</h1>
<h1 className="text-3xl">
Parameters{workflow?.title ? ` - ${workflow.title}` : ""}
</h1>
<h2 className="text-lg text-slate-400">
Fill the placeholder values that you have linked throughout your
workflow.