mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	order shopping lists alphabetically
This commit is contained in:
		| @@ -107,7 +107,7 @@ export default defineComponent({ | ||||
|     }) | ||||
|  | ||||
|     async function getShoppingLists() { | ||||
|       const { data } = await api.shopping.lists.getAll(); | ||||
|       const { data } = await api.shopping.lists.getAll(1, -1, { orderBy: "name", orderDirection: "asc" }); | ||||
|       if (data) { | ||||
|         shoppingLists.value = data.items ?? []; | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user