diff --git a/web/app/components/workflow/nodes/http/use-config.ts b/web/app/components/workflow/nodes/http/use-config.ts index 768a67617aae7e..8be66a7c35a7fc 100644 --- a/web/app/components/workflow/nodes/http/use-config.ts +++ b/web/app/components/workflow/nodes/http/use-config.ts @@ -29,8 +29,8 @@ const useConfig = (id: string, payload: HttpNodeType) => { const isReady = defaultConfig && Object.keys(defaultConfig).length > 0 if (isReady) { setInputs({ - ...inputs, ...defaultConfig, + ...inputs, }) } // eslint-disable-next-line react-hooks/exhaustive-deps