LoadStudies
Function: loadStudies()
[object Object]
Defined in: app/components/Register/RegisterForm/RegisterForm.handlers.tsx:39
Fetches the list of available studies from the API and updates the local state.
Parameters
setStudies
(studies) => void
State setter function for the studies array.
Returns
Promise<void>