Merge pull request #12997 from influxdata/fix/variable-control-error

fix variables controll bar error
pull/13001/head
Iris Scholten 2019-03-28 16:30:20 -07:00 committed by GitHub
commit a4f7f18cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ class VariablesControlBar extends PureComponent<Props, State> {
) {
return {initialLoading: RemoteDataState.Done}
}
return {}
}
render() {