mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(annotations): removed accidental test code from annotationsSrv
This commit is contained in:
@@ -62,7 +62,7 @@ define([
|
||||
min: options.time,
|
||||
max: options.time,
|
||||
eventType: options.annotation.name,
|
||||
title: 'Torkel <test@asd.com>',// options.title,
|
||||
title: options.title,
|
||||
tags: options.tags,
|
||||
text: options.text,
|
||||
score: 1
|
||||
|
||||
Reference in New Issue
Block a user