Skip to content

Commit

Permalink
feat: Shopping list UI overhaul - label sorted by default (mealie-rec…
Browse files Browse the repository at this point in the history
…ipes#4238)

Co-authored-by: Kuchenpirat <[email protected]>
  • Loading branch information
2 people authored and boc-the-git committed Sep 28, 2024
1 parent 47d868f commit ec3ce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/composables/use-users/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function useShoppingListPreferences(): Ref<UserShoppingListPreferences> {
"shopping-list-preferences",
{
viewAllLists: false,
viewByLabel: false,
viewByLabel: true,
},
{ mergeDefaults: true }
// we cast to a Ref because by default it will return an optional type ref
Expand Down

0 comments on commit ec3ce97

Please sign in to comment.