Merge branch 'multi_plenum_drying' into staging_environment

This commit is contained in:
csawatzky 2025-11-20 16:03:44 -06:00
commit f228e1a574
8 changed files with 1463 additions and 238 deletions

View file

@ -494,7 +494,6 @@ export default function BinSettings(props: Props) {
//if the users preferences are in feet convert the distance to cm otherwise it was entered as cm so use that
form.inventory.lidarDropCm = getDistanceUnit() === pond.DistanceUnit.DISTANCE_UNIT_FEET ? lidarDropDistance * 30.48 : lidarDropDistance
}
console.log(form)
binAPI
.updateBin(bin.key(), form, as)
.then(response => {