Merge branch 'multi_plenum_drying' into staging_environment
This commit is contained in:
commit
f228e1a574
8 changed files with 1463 additions and 238 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue