feat: Shopping list UI overhaul - label sorted by default (#4238)

Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
Cody
2024-09-19 15:24:46 -05:00
committed by GitHub
parent 09b688cc22
commit e971efd809

View File

@@ -115,7 +115,7 @@ export function useShoppingListPreferences(): Ref<UserShoppingListPreferences> {
"shopping-list-preferences", "shopping-list-preferences",
{ {
viewAllLists: false, viewAllLists: false,
viewByLabel: false, viewByLabel: true,
}, },
{ mergeDefaults: true } { mergeDefaults: true }
// we cast to a Ref because by default it will return an optional type ref // we cast to a Ref because by default it will return an optional type ref