fix categories in supermarket edit modal

This commit is contained in:
smilerz
2021-12-21 13:40:50 -06:00
parent 63fe174070
commit b4510a2cc1
6 changed files with 21 additions and 9 deletions

View File

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