Skip to content

Commit 2b99b64

Browse files
committed
fix(table panel): fixed issue with table panel in optimized builds, closes grafana#3702
1 parent a9aaa5a commit 2b99b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/panels/table/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class TablePanelEditorCtrl {
112112
}
113113
}
114114

115-
115+
/** @ngInject */
116116
export function tablePanelEditor($q, uiSegmentSrv) {
117117
'use strict';
118118
return {

0 commit comments

Comments
 (0)