Fix OnePassword parameter labeling to show 'credential' instead of 'onepassword' (#2774)
This commit is contained in:
committed by
GitHub
parent
e9d1df433e
commit
b8f560728b
@@ -141,7 +141,9 @@ function WorkflowParametersPanel() {
|
||||
</span>
|
||||
) : (
|
||||
<span className="text-sm text-slate-400">
|
||||
{parameter.parameterType}
|
||||
{parameter.parameterType === "onepassword"
|
||||
? "credential"
|
||||
: parameter.parameterType}
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user