Add handlers to handle time range changes to Explore graphs (#39142)

This commit is contained in:
Piotr Jamróz
2021-09-13 18:04:46 +02:00
committed by GitHub
parent ca53f5c8da
commit 0026162845
3 changed files with 5 additions and 0 deletions

View File

@@ -308,6 +308,7 @@ export class UnthemedLogs extends PureComponent<Props, State> {
absoluteRange={visibleRange || absoluteRange}
timeZone={timeZone}
loadingState={loadingState}
onChangeTime={onChangeTime}
onHiddenSeriesChanged={this.onToggleLogLevel}
/>
) : undefined}