Removing react query from update team hook, now it will only fetch and not store any cache
- Removed useQuery hook on useTeamToUpdate hook since it was overkill for refetching data with cache.
- Changed the error log messages.
- Changed the useAsync hook structure which could possibly cause bugs using .finally
Edited by abhayashrestha