team120 / Universiteams-front

Pro Scientific Dissemination & Volunteering
0 stars 1 forks source link

Missing invalidate query statements #138

Open alereca opened 2 months ago

alereca commented 2 months ago

When performing some mutations data displayed is not updated, consequently that indicates missing queryClient.invalidateQueries({ queryKey: [...] })

alereca commented 2 months ago

For example: image When accepting a project join request, the number of requests should decrease by one (drop to 0 if there are no more).

Also, member list should be updated.