Skip to content

Commit

Permalink
Removed wrong property name
Browse files Browse the repository at this point in the history
  • Loading branch information
faebser committed Oct 24, 2015
1 parent 21b9a51 commit 3d4b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ var app = (function ($, Vue, superagent) {
methods: {
runStream: function () {
var self = this;
if (this.state.isFormValid && !state.store.hasErrorItems) {
if (this.state.isValidForm && !state.store.hasErrorItems) {
this.state.store.sendStreamFormData(this.state.formData)
.then(function updateState (response) {
self.state.store.streamLink = response.body.link;
Expand Down

0 comments on commit 3d4b511

Please sign in to comment.