Alerting: inject dashboardService in to AlertNG (#49139)

This commit is contained in:
Gilles De Mey
2022-05-18 11:04:17 +02:00
committed by GitHub
parent d4d2a747d0
commit 1d18b5ccd3

View File

@@ -49,6 +49,7 @@ func ProvideService(cfg *setting.Cfg, dataSourceCache datasources.CacheService,
NotificationService: notificationService,
folderService: folderService,
accesscontrol: ac,
dashboardService: dashboardService,
}
if ng.IsDisabled() {