diff --git a/web/app/components/workflow/constants.ts b/web/app/components/workflow/constants.ts index 95845af7c4..4c08157b8a 100644 --- a/web/app/components/workflow/constants.ts +++ b/web/app/components/workflow/constants.ts @@ -382,7 +382,7 @@ export const HTTP_REQUEST_OUTPUT_STRUCT: Var[] = [ }, { variable: 'status_code', - type: VarType.string, + type: VarType.number, }, { variable: 'headers', diff --git a/web/app/components/workflow/nodes/http/panel.tsx b/web/app/components/workflow/nodes/http/panel.tsx index f809f21bad..1084c3a3e2 100644 --- a/web/app/components/workflow/nodes/http/panel.tsx +++ b/web/app/components/workflow/nodes/http/panel.tsx @@ -154,7 +154,7 @@ const Panel: FC> = ({ />