@@ -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