Merge pull request #12997 from influxdata/fix/variable-control-error
fix variables controll bar errorpull/13001/head
commit
a4f7f18cb8
|
@ -69,6 +69,8 @@ class VariablesControlBar extends PureComponent<Props, State> {
|
|||
) {
|
||||
return {initialLoading: RemoteDataState.Done}
|
||||
}
|
||||
|
||||
return {}
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Reference in New Issue