fix(frontend): fixed incorrect `newValue` prop for environment form

pull/85/head
Samuel Rowe 3 years ago
parent 3e3400d8e0
commit 30fd745c54

@ -29,9 +29,8 @@ const Environment = () => {
} }
]} ]}
newValue={{ newValue={{
hostPort: "", key: "",
containerPort: "", value: ""
protocol: ""
}} }}
/> />
</Root> </Root>

Loading…
Cancel
Save