mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
Shopping List backend implementation
- Fixed issue with groceries not fetching after update
This commit is contained in:
@ -19,7 +19,7 @@ export const useUpdateGrocery = () => {
|
||||
}
|
||||
},
|
||||
onSuccess: () => {
|
||||
queryClients.invalidateQueries("events")
|
||||
queryClients.invalidateQueries("groceries")
|
||||
}
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user