Remove ability to add context parameters through the UI (#1660)

This commit is contained in:
Shuchang Zheng
2025-01-27 23:25:01 +08:00
committed by GitHub
parent bf2d9ef737
commit 297aaf1096

View File

@@ -96,17 +96,6 @@ function WorkflowParametersPanel() {
>
Credential Parameter
</DropdownMenuItem>
<DropdownMenuItem
onClick={() => {
setOperationPanelState({
active: true,
operation: "add",
type: "context",
});
}}
>
Context Parameter
</DropdownMenuItem>
<DropdownMenuItem
onClick={() => {
setOperationPanelState({