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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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