mirror of https://github.com/grafana/grafana
fix: fixed issue with optimized build grid directive missing ngInject comment, fixes #10161
parent
a37f1b77f1
commit
79d9b64f82
@ -0,0 +1,4 @@ |
|||||||
|
import { react2AngularDirective } from 'app/core/utils/react2angular'; |
||||||
|
import { DashboardGrid } from './DashboardGrid'; |
||||||
|
|
||||||
|
react2AngularDirective('dashboardGrid', DashboardGrid, [['getPanelContainer', {watchDepth: 'reference', wrapApply: false}]]); |
||||||
Loading…
Reference in new issue