fix: Set datepicker year to fixed value
This MR updates the datepicker story by using a fixed value instead of new Date().getFullYear()
. Otherwise, we will need to update our snapshots every year.
Edited by Martin Wortschack
This MR updates the datepicker story by using a fixed value instead of new Date().getFullYear()
. Otherwise, we will need to update our snapshots every year.