Skip to content

Commit

Permalink
re-add accidentally removed prop
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Apr 13, 2021
1 parent 3339aad commit 31b7f5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugins/cases/public/components/case_view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,9 @@ export const CaseComponent = React.memo<CaseComponentProps>(
isLoadingUserActions={isLoadingUserActions}
onShowAlertDetails={onShowAlertDetails}
onUpdateField={onUpdateField}
renderInvestigateInTimelineActionComponent={
timelineUi?.renderInvestigateInTimelineActionComponent
}
updateCase={updateCase}
useFetchAlertData={useFetchAlertData}
userCanCrud={userCanCrud}
Expand Down

0 comments on commit 31b7f5b

Please sign in to comment.