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={{
hostPort: "",
containerPort: "",
protocol: ""
key: "",
value: ""
}}
/>
</Root>

Loading…
Cancel
Save