Compare commits
15 commits
de1147a5fe
...
a7af4f9cdd
Author | SHA1 | Date | |
---|---|---|---|
a7af4f9cdd | |||
98dfc33385 | |||
37da5b38b1 | |||
fe2f8b3b05 | |||
e81bf94dc1 | |||
165bec6496 | |||
03f21feb2f | |||
e58779b98f | |||
40184f12ee | |||
4d8406bd7c | |||
1cfeb34a4c | |||
bbbc6869c1 | |||
dbeb9f4116 | |||
bcc056e451 | |||
dffd3531fa |
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.event_slug && !!this.event_name;
|
||||
return this.pre_start <= this.start && this.start <= this.end && this.end <= this.post_end && !!this.slug && !!this.name;
|
||||
},
|
||||
prepare_date_field(e) {
|
||||
if (!e.target.value) {
|
||||
|
|
Loading…
Add table
Reference in a new issue