From 23e8dc6375cc4e49e55bd818efbc6f24d311748f Mon Sep 17 00:00:00 2001 From: AxeKam333 Date: Wed, 26 Mar 2025 14:43:38 +0100 Subject: [PATCH] Change default choice to APIv1 for backwards compability --- src/components/notifications/SMSEagle.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';