mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -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 live = isLive(refreshInterval);
|
||||
|
||||
if (live) {
|
||||
if (!live) {
|
||||
return state;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user