Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1. Добавлено отображение ошибок.
2. Добвлена кнопка отправки формы.
  • Loading branch information
Arman Badalyan committed Jan 18, 2019
1 parent b6f8bb5 commit 504e200
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 111 deletions.
2 changes: 1 addition & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
}) + '\n\n')

if (stats.hasErrors()) {
console.log(chalk.red(' Build failed with errors.\n'))
console.log(chalk.red(' Build failed with errorMessages.\n'))
process.exit(1)
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/Events.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default {
},
toggleTrainingEvents: function(checked) {
this.$refs.filters.filters.has_training = checked ? 1 : null
this.$refs.filters.filtersUpdated()
this.$refs.filters.send()
}
}
}
Expand Down
Loading

0 comments on commit 504e200

Please sign in to comment.