default
Function: default()
default(
props
,deprecatedLegacyContext
?):ReactNode
Defined in: src/screens/OrganizationActionItems/ItemViewModal.tsx:32
A modal dialog for viewing action item details.
Parameters
props
deprecatedLegacyContext?
any
Deprecated
See
Returns
ReactNode
The rendered modal component.
The ItemViewModal
component displays all the fields of an action item in a modal dialog.
It includes fields for assignee, assigner, category, pre and post completion notes, assignment date, due date, completion date, and event.