Procházet zdrojové kódy

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

Torkel Ödegaard před 10 roky
rodič
revize
2b99b64ec5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 {