Fix unresponsive time range dropdown on dashboards

pull/12580/head
Christopher Henn 2019-03-12 14:45:12 -07:00 committed by Chris Henn
parent 6a21c80d16
commit ac022bdf79
1 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@ class TimeSeries extends Component<Props, State> {
return true
}
if (!isEqual(prevProps.variables, this.props.variables)) {
return true
}
return false
}
}