@@ -181,7 +189,7 @@ function WorkflowParameterAddPanel({ type, onClose, onSave }: Props) {
>
)}
- {type === "credential" && (
+ {type === "bitwardenLoginCredential" && (
<>
>
)}
+ {
+ // temporarily cloud only
+ type === "credential" && isCloud && (
+
+
+ setCredentialId(value)}
+ />
+
+ )
+ }
>
)}
- {type === "credential" && (
+ {type === "bitwardenLoginCredential" && (
<>
>
)}
+ {
+ // temporarily cloud only
+ type === "credential" && isCloud && (
+
+
+ setCredentialId(value)}
+ />
+
+ )
+ }