- 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:
Dejan
2024-12-08 12:00:42 +01:00
parent 11115d151d
commit 89bb924b40
2 changed files with 18 additions and 16 deletions

View File

@ -42,8 +42,8 @@ export const useUpdateSubUser = () => {
}
},
onSuccess: () => {
queryClient.invalidateQueries({queryKey: ["getChildrenByParentId"]})
queryClient.invalidateQueries({queryKey: ["familyMembers"]})
queryClient.invalidateQueries({queryKey: ["profiles"]})
}
});
}