mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Fix delete cloud rule from detail page (#73850)
This commit is contained in:
@@ -382,6 +382,8 @@ export function deleteRuleAction(
|
|||||||
* reload ruler rules
|
* reload ruler rules
|
||||||
*/
|
*/
|
||||||
return async (dispatch, getState) => {
|
return async (dispatch, getState) => {
|
||||||
|
await dispatch(fetchRulesSourceBuildInfoAction({ rulesSourceName: ruleIdentifier.ruleSourceName }));
|
||||||
|
|
||||||
withAppEvents(
|
withAppEvents(
|
||||||
(async () => {
|
(async () => {
|
||||||
const rulerConfig = getDataSourceRulerConfig(getState, ruleIdentifier.ruleSourceName);
|
const rulerConfig = getDataSourceRulerConfig(getState, ruleIdentifier.ruleSourceName);
|
||||||
|
|||||||
Reference in New Issue
Block a user