mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
- Fixed issue with date resetting every time a repeat type is selected
- Showing take turns button when todo has repeat rule and has more than 1 assignee
This commit is contained in:
@ -42,8 +42,8 @@ export const useUpdateSubUser = () => {
|
||||
}
|
||||
},
|
||||
onSuccess: () => {
|
||||
queryClient.invalidateQueries({queryKey: ["getChildrenByParentId"]})
|
||||
queryClient.invalidateQueries({queryKey: ["familyMembers"]})
|
||||
queryClient.invalidateQueries({queryKey: ["profiles"]})
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user