Explorar o código

fix(table panel): fixed issue with table panel in optimized builds, closes #3702

Torkel Ödegaard %!s(int64=10) %!d(string=hai) anos
pai
achega
2b99b64ec5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/app/plugins/panels/table/editor.ts

+ 1 - 1
public/app/plugins/panels/table/editor.ts

@@ -112,7 +112,7 @@ export class TablePanelEditorCtrl {
   }
 }
 
-
+/** @ngInject */
 export function tablePanelEditor($q, uiSegmentSrv) {
   'use strict';
   return {