mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 08:24:55 +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: () => {
|
onSuccess: () => {
|
||||||
queryClients.invalidateQueries("events")
|
queryClients.invalidateQueries("groceries")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user