set up an areea chart for bin levels over time if there are more than 10 changes since the bars get kinda cluttered
This commit is contained in:
parent
a4982af00e
commit
e57f75bf56
3 changed files with 94 additions and 17 deletions
|
|
@ -374,7 +374,6 @@ export default function BinSettings(props: Props) {
|
|||
let options: Option[] = []
|
||||
libracartAPI.listDestinations(0,0,undefined, as)
|
||||
.then(resp=>{
|
||||
console.log(resp)
|
||||
//set the options for the search select
|
||||
resp.data.destinations.forEach(d => {
|
||||
let newOp: Option = {
|
||||
|
|
@ -486,7 +485,6 @@ export default function BinSettings(props: Props) {
|
|||
form.inventory.inventoryControl = inventoryControl
|
||||
form.inventory.autoThreshold = autoFillThreshold
|
||||
}
|
||||
console.log(form)
|
||||
binAPI
|
||||
.updateBin(bin.key(), form, as)
|
||||
.then(response => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue