LoadMemberData

Function: loadMemberData()

[object Object]

Defined in: app/routes/admin/edit-member/edit-member.handlers.tsx:72

Initializes the edit page by fetching member profile, study enrollments, available study programs, and the profile picture.

Parameters

args

[object Object]

Configuration object containing:

Returns

Promise<(() => void) | undefined>

A cleanup function to revoke the generated Object URL for the image.

Async

On this page