Fix plant input

feature/gui
Alinson S. Xavier 4 years ago
parent 01a4c6626d
commit 3d03dfc722
No known key found for this signature in database
GPG Key ID: DCA0DAD4D2F58624

@ -120,7 +120,7 @@ const PlantBlock = (props) => {
label="Input" label="Input"
tooltip="The name of the product that this plant takes as input." tooltip="The name of the product that this plant takes as input."
disabled="disabled" disabled="disabled"
value="Battery" value={props.value["input"]}
/> />
<DictInputRow <DictInputRow
label="Outputs" label="Outputs"

Loading…
Cancel
Save