Commit 1b8a81d4 by Torkel Ödegaard

fix(alerting): fixed reducer change issue, fixes #6241

parent 3d593492
......@@ -128,11 +128,9 @@ export function queryPartEditorDirective($compile, templateSrv) {
}
$scope.showActionsMenu = function() {
if ($scope.partActions.length === 0) {
$scope.handleEvent({$event: {name: 'get-part-actions'}}).then(res => {
$scope.partActions = res;
});
}
};
$scope.triggerPartAction = function(action) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment