Skip to content

Commit 1b4c7d3

Browse files
scott-fanetti-genesysbtecu
authored andcommitted
Update bs-datetimepicker.js
1 parent 146a2d2 commit 1b4c7d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

addon/components/bs-datetimepicker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export default Component.extend(DynamicAttributeBindings, {
6262
showTodayButton: this.getWithDefault('showTodayButton', defaults.showTodayButton),
6363
sideBySide: this.getWithDefault('sideBySide', defaults.sideBySide),
6464
timeZone: this.getWithDefault('timeZone', defaults.timeZone),
65+
tooltips: this.getWithDefault('tooltips', defaults.tooltips),
6566
useCurrent: this.getWithDefault('useCurrent', false),
6667
viewDate: this.getWithDefault('viewDate', defaults.viewDate),
6768
viewMode: this.getWithDefault('viewMode', defaults.viewMode),

0 commit comments

Comments
 (0)