diff --git a/client/components/modals/notification/NotificationEditModal.vue b/client/components/modals/notification/NotificationEditModal.vue index 55264f03..2fc10ce6 100644 --- a/client/components/modals/notification/NotificationEditModal.vue +++ b/client/components/modals/notification/NotificationEditModal.vue @@ -10,7 +10,7 @@
- + @@ -103,6 +103,8 @@ export default { if (this.$refs.modal) this.$refs.modal.setHide() }, submitForm() { + this.$refs.urlsInput?.forceBlur() + if (!this.newNotification.urls.length) { this.$toast.error('Must enter an Apprise URL') return