Skip to content

Commit

Permalink
feat: Added today - EoY default search selection
Browse files Browse the repository at this point in the history
  • Loading branch information
cazzaranjosh committed Aug 10, 2024
1 parent baab2af commit 168c6ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/event-calendar/event-calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ export default async function decorate(doc) {
daysOutside: false,
},
selected: {
dates: [initDates],
//dates: [initDates],
dates: [`${today}:2024-12-31`],
},
},
actions: {
Expand Down

0 comments on commit 168c6ba

Please sign in to comment.