HandleDeleteGroupEnrollment

Function: handleDeleteGroupEnrollment()

[object Object]

Defined in: app/routes/admin/edit-group/edit-group.handlers.tsx:242

Removes a member's enrollment from the group.

Parameters

id

[object Object]

The unique ID of the group membership record to delete.

setLoading

(loading) => void

Setter to track the deletion progress.

setEnrollments

Dispatch<SetStateAction<GroupMembershipResponseDto[]>>

Setter to update the local membership list.

Returns

Promise<void>

Async

On this page