mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(panels): fixing broken stuff
This commit is contained in:
@@ -64,7 +64,7 @@ function (angular, $, _) {
|
||||
}
|
||||
|
||||
function getExtendedMenu(ctrl) {
|
||||
return angular.copy(ctrl.extendedMenu);
|
||||
return ctrl.getExtendedMenu();
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user