pull/10616/head
Andrew Watkins 2018-05-12 22:32:36 -07:00
parent c6d728d510
commit 948d018028
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export class DataExplorer extends PureComponent<Props, State> {
}
}
public componentWillReceiveProps(nextProps) {
public componentWillReceiveProps(nextProps: Props) {
const {router} = this.props
const {queryConfigs, timeRange} = nextProps