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"
tooltip="The name of the product that this plant takes as input."
disabled="disabled"
value="Battery"
value={props.value["input"]}
/>
<DictInputRow
label="Outputs"