Merge branch 'dev'

This commit is contained in:
ivic00
2024-12-10 15:56:44 +01:00
13 changed files with 308 additions and 200 deletions

View File

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