mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-18 09:52:23 -05:00
order shopping lists alphabetically
This commit is contained in:
@@ -63,7 +63,7 @@ export default defineComponent({
|
||||
}, useAsyncKey());
|
||||
|
||||
async function fetchShoppingLists() {
|
||||
const { data } = await userApi.shopping.lists.getAll();
|
||||
const { data } = await userApi.shopping.lists.getAll(1, -1, { orderBy: "name", orderDirection: "asc" });
|
||||
|
||||
if (!data) {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user