fix variables controll bar error

pull/12997/head
Iris Scholten 2019-03-28 16:20:06 -07:00
parent 47d52f890f
commit ea4cd9e8eb
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() {