mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
Fix: Fixes so new data is pushed during live tailing (#17189)
Fixes: #17188
This commit is contained in:
parent
3b008d06b4
commit
3b35e9d5e8
@ -438,7 +438,7 @@ export const itemReducer = reducerFactory<ExploreItemState>({} as ExploreItemSta
|
|||||||
const { data } = action.payload;
|
const { data } = action.payload;
|
||||||
const live = isLive(refreshInterval);
|
const live = isLive(refreshInterval);
|
||||||
|
|
||||||
if (live) {
|
if (!live) {
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user