Skip to main content

default

Admin Docs


Function: default()

default(props, deprecatedLegacyContext?): ReactNode

Defined in: src/screens/EventVolunteers/Volunteers/VolunteerViewModal.tsx:42

A modal dialog for viewing volunteer information for an event.

Parameters

props

InterfaceVolunteerViewModal

deprecatedLegacyContext?

any

Deprecated

See

React Docs

Returns

ReactNode

The rendered modal component.

The VolunteerViewModal component displays all the fields of a volunteer in a modal dialog.

The modal includes:

  • A header with a title and a close button.
  • fields for volunteer name, status, hours volunteered, groups, and assignments.