mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Review changes
This commit is contained in:
@@ -93,7 +93,7 @@ function mapStateToProps(state: StoreState, { exploreId }) {
|
||||
const { logsHighlighterExpressions, logsResult, queryTransactions, scanning, scanRange, range } = item;
|
||||
const loading = queryTransactions.some(qt => qt.resultType === 'Logs' && !qt.done);
|
||||
const {showingLogs, dedupStrategy} = selectItemUIState(item);
|
||||
// const dedup = item.dedup;
|
||||
|
||||
return {
|
||||
loading,
|
||||
logsHighlighterExpressions,
|
||||
|
||||
Reference in New Issue
Block a user