HandleStudySubmit
Function: handleStudySubmit()
[object Object]
Defined in: app/components/Study/EditStudyOverlay/EditStudyOverlay.handlers.tsx:50
Handles the submission for both creating a new study or updating an existing one. It selects the appropriate API method (POST or PUT) based on the presence of a study object.
Parameters
args
[object Object]
The submission configuration and handlers.
Returns
Promise<void>