mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Update date time input validation, add red border for invalid datetime
This commit is contained in:
parent
7fd8178dde
commit
bea9d6aff4
4 changed files with 24 additions and 28 deletions
|
@ -114,7 +114,7 @@ export default {
|
|||
})
|
||||
console.log('updateResult', updateResult)
|
||||
} else if (!lastEpisodeCheck) {
|
||||
this.$toast.error(this.$strings.ToastDateMustBeComplete)
|
||||
this.$toast.error(this.$strings.ToastDateTimeInvalidOrIncomplete)
|
||||
this.checkingNewEpisodes = false
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue