Skip to content

Commit f329cd9

Browse files
committed
fix default "inline" parameter value
1 parent ce1e5c1 commit f329cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/components/bs-datetimepicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default Component.extend({
5454
format: this.getWithDefault('format', defaults.format),
5555
icons,
5656
ignoreReadonly: this.isMobile || defaults.ignoreReadonly,
57-
inline: this.getWithDefault('inline', defaults.locale),
57+
inline: this.getWithDefault('inline', defaults.inline),
5858
locale: this.getWithDefault('locale', defaults.locale),
5959
maxDate: this.getWithDefault('maxDate', defaults.maxDate),
6060
minDate: this.getWithDefault('minDate', defaults.minDate),

0 commit comments

Comments
 (0)