Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TillFleisch committed Dec 16, 2022
1 parent 1d8f798 commit d490857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/date-range-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ const Component = Vue.extend({
// @ts-ignore
return createElement(DateRangePicker, {
props: {
// @ts-ignore
"time-picker": this.timePicker,
"auto-apply": false,
// @ts-ignore
opens: this.openingDirection,
"show-dropdowns": false,
// @ts-ignore
Expand Down
1 change: 1 addition & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@
"today": "Today",
"yesterday": "Yesterday",
"this_week": "This week",
"last_week": "Last week",
"this_quarter": "This quarter",
"this_month": "This month",
"this_year": "This year"
Expand Down

0 comments on commit d490857

Please sign in to comment.