Skip to content

Commit

Permalink
Private toggle bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil9 committed Jun 18, 2017
1 parent 4739716 commit 85ee6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/visuals/partials/update-vue.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
artist: '{{ $visual->artist }}',
private: !this.private,
})
.then(function (response) {})
.then(function (response) { this.private = !this.private }.bind(this))
.catch(function (error) {});
}
}
Expand Down

0 comments on commit 85ee6e1

Please sign in to comment.