Merge pull request #11626 from backstage/samiramkr/fix-triggered-incident-alert
Samiramkr/fix triggered incident alert
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
---
|
||||
|
||||
Fix alert that was not showing after creating an incident.
|
||||
@@ -60,7 +60,7 @@ export const TriggerDialog = ({
|
||||
defaultKind: 'User',
|
||||
defaultNamespace: DEFAULT_NAMESPACE,
|
||||
});
|
||||
await api.triggerAlarm({
|
||||
return await api.triggerAlarm({
|
||||
integrationKey: integrationKey as string,
|
||||
source: window.location.toString(),
|
||||
description: descriptions,
|
||||
|
||||
Reference in New Issue
Block a user