UNCLASSIFIED - NO CUI

Skip to content

Removing react query from update team hook, now it will only fetch and not store any cache

abhayashrestha requested to merge save_space_up_team into master
  • 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

Merge request reports