mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(text panel): fix for text panel in optimized builds, introduced in recent commit due to plugin api changes
This commit is contained in:
parent
b4d595e561
commit
2ccc19185c
@ -10,6 +10,7 @@ function (angular, app, _, require, PanelMeta) {
|
||||
|
||||
var converter;
|
||||
|
||||
/** @ngInject */
|
||||
function TextPanelCtrl($scope, templateSrv, $sce, panelSrv) {
|
||||
|
||||
$scope.panelMeta = new PanelMeta({
|
||||
|
Loading…
Reference in New Issue
Block a user