diff --git a/src/components/notifications/SMSEagle.vue b/src/components/notifications/SMSEagle.vue index cc0e5e83f..19ede31dd 100644 --- a/src/components/notifications/SMSEagle.vue +++ b/src/components/notifications/SMSEagle.vue @@ -111,7 +111,7 @@ export default { }, mounted() { if (!this.$parent.notification.smseagleApiType) { - this.$parent.notification.smseagleApiType = 'smseagle-apiv2'; + this.$parent.notification.smseagleApiType = 'smseagle-apiv1'; } if (!this.$parent.notification.smseagleMsgType) { this.$parent.notification.smseagleMsgType = 'smseagle-sms';