diff --git a/src/components/notifications/PagerDuty.vue b/src/components/notifications/PagerDuty.vue
index 73f60443..059a9aef 100644
--- a/src/components/notifications/PagerDuty.vue
+++ b/src/components/notifications/PagerDuty.vue
@@ -8,7 +8,7 @@
-
+
@@ -36,5 +36,10 @@ export default {
components: {
HiddenInput,
},
+ mounted() {
+ if (typeof this.$parent.notification.pagerdutyIntegrationUrl === "undefined") {
+ this.$parent.notification.pagerdutyIntegrationUrl = "https://events.pagerduty.com/v2/enqueue";
+ }
+ }
};