Fix async bug with react query
When migrating to typescript, I realized invalidateQueries is an async function, right now we are calling as if it were a synchronous function which needs to be fixed.
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.40.0
When migrating to typescript, I realized invalidateQueries is an async function, right now we are calling as if it were a synchronous function which needs to be fixed.
UNCLASSIFIED - NO CUI