Fix plant input

This commit is contained in:
2022-04-01 16:42:06 -05:00
parent 01a4c6626d
commit 3d03dfc722

View File

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