Skip to content

Commit

Permalink
feat(datepicker): fix disabled dates type
Browse files Browse the repository at this point in the history
  • Loading branch information
dilandoogan committed Jan 6, 2025
1 parent 109ed0b commit d008622
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default class DatepickerCalendarMixin extends LitElement {

@property({
attribute: "disabled-dates",
type: Array,
reflect: true,
})
set disabledDates(disabledDates: Date[] | string) {
Expand Down

0 comments on commit d008622

Please sign in to comment.