Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 76bc946

Browse files
authored
Merge pull request bliblidotcom#45 from michakpl/patch-1
Fixed init date range configuration
2 parents 9954f29 + 5e0c9ff commit 76bc946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/rangedate-picker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export default {
188188
}
189189
},
190190
created () {
191-
this.range = this.initRange || null
191+
this.dateRange = this.initRange || null
192192
if (this.isCompact) {
193193
this.isOpen = true
194194
}

0 commit comments

Comments
 (0)