change to streaming

pull/12436/head
Andrew Watkins 2019-03-08 17:04:15 -08:00
parent 95ae38a151
commit 1fea6205ac
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ export class Telegrafs extends PureComponent<Props, State> {
onSetBucketInfo(organization, organizationID, name, id)
}
onSetDataLoadersType(DataLoaderType.Scraping)
onSetDataLoadersType(DataLoaderType.Streaming)
this.setState({dataLoaderOverlay: OverlayState.Open})
}