From 27c4db06fc380aaf3082a101d483611815bf4f2b Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 4 Dec 2018 15:00:24 +0100 Subject: [PATCH] improve comments --- public/app/core/utils/explore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/utils/explore.ts b/public/app/core/utils/explore.ts index 89537081fd3..e268508b833 100644 --- a/public/app/core/utils/explore.ts +++ b/public/app/core/utils/explore.ts @@ -130,7 +130,7 @@ export function ensureQueries(queries?: DataQuery[]): DataQuery[] { } /** - * A target is non-empty when it has keys other than refId and key. + * A target is non-empty when it has keys (with non-empty values) other than refId and key. */ export function hasNonEmptyQuery(queries: DataQuery[]): boolean { return queries.some(