add link to member summary report from incidents table
This commit is contained in:
@@ -16,7 +16,7 @@ class PracticeSummaryReport extends Component {
|
||||
|
||||
this.state = {
|
||||
dateRange: null,
|
||||
memberId: null,
|
||||
memberId: props.match.params.memberId,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user