fix add to shopping from MealPlan Modal

This commit is contained in:
smilerz
2021-12-21 11:35:35 -06:00
parent 0f4bd9972e
commit 63fe174070
4 changed files with 6 additions and 8 deletions

View File

@ -125,6 +125,7 @@ export default {
entry.date = moment(entry.date).format("YYYY-MM-DD")
let apiClient = new ApiApiFactory()
console.log("etnry", entry)
apiClient
.createMealPlan(entry)