Update client/components/modals/notification/NotificationEditModal.vue

This commit is contained in:
advplyr 2023-04-18 18:06:22 -05:00 committed by GitHub
parent 1b96297cc7
commit cc5e92ec8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ export default {
if (this.$refs.modal) this.$refs.modal.setHide() if (this.$refs.modal) this.$refs.modal.setHide()
}, },
submitForm() { submitForm() {
this.$ref.urlsInput.blur() this.$refs.urlsInput?.forceBlur()
if (!this.newNotification.urls.length) { if (!this.newNotification.urls.length) {
this.$toast.error('Must enter an Apprise URL') this.$toast.error('Must enter an Apprise URL')