mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Hide alert update success toast
This commit is contained in:
parent
fbe43100aa
commit
12eeda5b7d
@ -272,6 +272,7 @@ export const alertRuleApi = alertingApi.injectEndpoints({
|
|||||||
url: `/api/ruler/grafana/api/v1/rules/${nameSpaceUID}/`,
|
url: `/api/ruler/grafana/api/v1/rules/${nameSpaceUID}/`,
|
||||||
data: payload,
|
data: payload,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
showSuccessAlert: false,
|
||||||
}),
|
}),
|
||||||
invalidatesTags: ['AlertRulerRule'],
|
invalidatesTags: ['AlertRulerRule'],
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user