mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-08 09:04:43 +01:00
Update client/components/modals/notification/NotificationEditModal.vue
This commit is contained in:
parent
1b96297cc7
commit
cc5e92ec8e
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user