mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove query empty from model
This commit is contained in:
@@ -162,7 +162,6 @@ export function calculateResultsFromQueryTransactions(
|
||||
graphInterval
|
||||
)
|
||||
: undefined,
|
||||
queryEmpty: queryTransactions.filter(qt => qt.resultType === 'Logs' && qt.done).every(qt => qt.result.length === 0),
|
||||
};
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user