mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 06:08:46 -05:00
shopping list and docs
This commit is contained in:
@@ -453,7 +453,7 @@
|
||||
});
|
||||
|
||||
let ordered_categories = []
|
||||
for (let [i,v] of Object.entries(categories)){
|
||||
for (let [i, v] of Object.entries(categories)) {
|
||||
ordered_categories.push(v)
|
||||
}
|
||||
|
||||
@@ -509,6 +509,8 @@
|
||||
|
||||
this.searchUsers('')
|
||||
this.searchSupermarket('')
|
||||
this.searchUnits('')
|
||||
this.searchFoods('')
|
||||
},
|
||||
methods: {
|
||||
findMergeEntry: function (categories, entry) {
|
||||
|
||||
Reference in New Issue
Block a user