Skip to content

Commit

Permalink
Merge pull request #143 from Ilhasoft/develop
Browse files Browse the repository at this point in the history
Version 1.9.5
  • Loading branch information
Douglas Paz authored Jul 26, 2018
2 parents ee99082 + b4fb219 commit 154fa92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bothub-webapp",
"version": "1.9.4",
"version": "1.9.5",
"description": "Bothub web application",
"author": "Ilhasoft <[email protected]>",
"private": true,
Expand Down
3 changes: 3 additions & 0 deletions src/components/inputs/IntentInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ export default {
},
},
watch: {
value(value) {
this.currentValue = value;
},
currentValue(value) {
this.$emit('input', value);
},
Expand Down

0 comments on commit 154fa92

Please sign in to comment.