Prechádzať zdrojové kódy

fix: prevent http node overwrite on open (#4127)

Pascal M 1 rok pred
rodič
commit
6563cb6ec6

+ 1 - 1
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
     const isReady = defaultConfig && Object.keys(defaultConfig).length > 0
     if (isReady) {
     if (isReady) {
       setInputs({
       setInputs({
-        ...inputs,
         ...defaultConfig,
         ...defaultConfig,
+        ...inputs,
       })
       })
     }
     }
   // eslint-disable-next-line react-hooks/exhaustive-deps
   // eslint-disable-next-line react-hooks/exhaustive-deps