Skip to content

Commit

Permalink
chore: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed May 28, 2021
1 parent 4cda306 commit 2e155d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/_commit-msg → .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm x --no -- commitlint --edit "$1"
npm x -- commitlint --edit "$1"
2 changes: 1 addition & 1 deletion src/date-picker/date-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export class DatePicker extends DatePickerMixin(DatePickerMinMaxMixin(LitElement
min,
showWeekNumber,
weekNumberType: this.weekNumberType,
selectedDate,
selectedDate: this._currentDate,
});

return html`
Expand Down

0 comments on commit 2e155d6

Please sign in to comment.