fix: http inputs (#5864)

* fix: timeselector ui error

* var update node

* fix: http
This commit is contained in:
Archer
2025-11-05 13:49:13 +08:00
committed by GitHub
parent 3a030e8c33
commit adf9981845
5 changed files with 6 additions and 5 deletions
@@ -36,8 +36,8 @@ export const HttpNode468: FlowNodeTemplateType = {
selectValueTypeList: Object.values(WorkflowIOValueTypeEnum),
showDescription: false,
showDefaultValue: true
},
deprecated: true
}
// deprecated: true
},
{
key: NodeInputKeyEnum.httpMethod,