add link to member summary report from incidents table

This commit is contained in:
Bilal Catic
2019-06-21 11:36:17 +02:00
parent ac92401960
commit f7c30919e6
6 changed files with 47 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ class IncidentsReport extends Component {
<hr/>
<DateRangePicker buttonLabel="Show report" onDatesUpdate={this.onDatesUpdate.bind(this)} />
<br/>
<MemberIncidentsTable loading={pendingIncidents} incidents={incidents} />
<MemberIncidentsTable loading={pendingIncidents} incidents={incidents} openMemberSummaryOnMemberClick />
</Container>
);
}