Skip to content

Commit

Permalink
🐛(VDPickerPresets): Fixed update range on click
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieustan committed Nov 12, 2020
1 parent 134bf95 commit bd41b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VDPicker/VDPickerAgenda/VDPickerAgenda.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default baseMixins.extend({
locale: this.locale,
},
on: {
updateRange: this.emitSelectedDate,
'update-range': this.emitSelectedDate,
},
});
},
Expand Down

0 comments on commit bd41b2e

Please sign in to comment.