diff --git a/web/app/components/workflow/nodes/http/components/authorization/index.tsx b/web/app/components/workflow/nodes/http/components/authorization/index.tsx index a31a2d1f58..e6f32078f3 100644 --- a/web/app/components/workflow/nodes/http/components/authorization/index.tsx +++ b/web/app/components/workflow/nodes/http/components/authorization/index.tsx @@ -83,7 +83,7 @@ const Authorization: FC = ({ }, [tempPayload, onChange, onHide]) return ( { const [isShowAuthorization, { setTrue: showAuthorization, setFalse: hideAuthorization, - }] = useBoolean(true) + }] = useBoolean(false) const setAuthorization = useCallback((authorization: Authorization) => { const newInputs = produce(inputs, (draft: HttpNodeType) => {