Skip to content

Commit

Permalink
feat(datepicker): fix disabled dates type (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
dilandoogan authored Jan 6, 2025
1 parent 109ed0b commit cda4b34
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 cda4b34

Please sign in to comment.