diff --git a/src/app/features/annotations/annotationsSrv.js b/src/app/features/annotations/annotationsSrv.js index ec524b44ec5..af86a7dfe6d 100644 --- a/src/app/features/annotations/annotationsSrv.js +++ b/src/app/features/annotations/annotationsSrv.js @@ -25,7 +25,7 @@ define([ }; this.getAnnotations = function(rangeUnparsed, dashboard) { - if (!dashboard.annotations.enable) { + if (dashboard.annotations.list.length === 0) { return $q.when(null); }