mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
fbb67b56ac
commit
9137648f53
1 changed files with 1 additions and 2 deletions
|
@ -401,8 +401,6 @@ export const Explorer = injectI18n(
|
|||
return;
|
||||
}
|
||||
|
||||
this.loadOverallDataPreviousArgs = compareArgs;
|
||||
|
||||
if (showLoadingIndicator) {
|
||||
this.setState({ hasResults: false, loading: true });
|
||||
}
|
||||
|
@ -442,6 +440,7 @@ export const Explorer = injectI18n(
|
|||
searchBounds,
|
||||
interval.asSeconds(),
|
||||
);
|
||||
this.loadOverallDataPreviousArgs = compareArgs;
|
||||
this.loadOverallDataPreviousData = overallSwimlaneData;
|
||||
|
||||
console.log('Explorer overall swimlane data set:', overallSwimlaneData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue