This commit is contained in:
doman 2023-07-30 19:12:51 +02:00
parent 9807db52ae
commit 657a7545ba

View file

@ -79,7 +79,7 @@ class _AddEntryScreen extends State<AddEntryScreen> {
await widget.apiClient.addEntry(
grams: double.parse(gramsController.text),
productId: products[0].id,
mealId: widget.diary.meals[0].id,
mealId: meal!.id,
);
popMeDady();
}