Update date time input validation, add red border for invalid datetime

This commit is contained in:
advplyr 2025-01-07 14:08:57 -06:00
parent 7fd8178dde
commit bea9d6aff4
4 changed files with 24 additions and 28 deletions

View file

@ -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
}