Compare commits
14 commits
a7af4f9cdd
...
de1147a5fe
Author | SHA1 | Date | |
---|---|---|---|
de1147a5fe | |||
546e49e50e | |||
c6ddbfe7b8 | |||
ec1cdfd4f5 | |||
d4b6912894 | |||
64af2d4434 | |||
861cef95ab | |||
5154ade894 | |||
594b8c4da3 | |||
d6182f8b31 | |||
e005d6fb6f | |||
fc3484fe22 | |||
d6823a147b | |||
5e6030e715 |
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export default {
|
|||
methods: {
|
||||
...mapActions(['createEvent']),
|
||||
validate_data() {
|
||||
return this.pre_start <= this.start && this.start <= this.end && this.end <= this.post_end && !!this.slug && !!this.name;
|
||||
return this.pre_start <= this.start && this.start <= this.end && this.end <= this.post_end && !!this.event_slug && !!this.event_name;
|
||||
},
|
||||
prepare_date_field(e) {
|
||||
if (!e.target.value) {
|
||||
|
|
Loading…
Add table
Reference in a new issue