Skip to content

Commit 1b4c7d3

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/components/bs-datetimepicker.js

+1
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)