Fix bug with unit

main v0.0.5
DustyP 4 years ago
parent cc2019ed05
commit 9ebb0c8c7d

@ -126,13 +126,13 @@ export default {
size: null,
unit: null,
units: [
{ value: 0, text: "Teaspoon" },
{ value: 1, text: "Tablespoon" },
{ value: 2, text: "Cup" },
{ value: 3, text: "Ounce" },
{ value: 4, text: "Gram" },
{ value: 5, text: "Pound" },
{ value: 6, text: "Individual" },
"Teaspoon",
"Tablespoon",
"Cup",
"Ounce",
"Gram",
"Pound",
"Individual",
],
barcode: "",
barcodeReader: "none",

Loading…
Cancel
Save