Skip to content

Commit

Permalink
refactor(date-picker.js): remove unused oldval parameter in model wat…
Browse files Browse the repository at this point in the history
…ch function
  • Loading branch information
amoncaldas committed Dec 1, 2021
1 parent be1384f commit e422aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragments/date-picker/date-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
}
},
watch: {
model: function (newVal, oldVal) {
model: function (newVal) {
this.date = newVal
}
},
Expand Down

0 comments on commit e422aab

Please sign in to comment.