Skip to content

Commit 2607b49

Browse files
authored
Update form-datepicker.js
1 parent 03a0739 commit 2607b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-datepicker/form-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export const BFormDatepicker = /*#__PURE__*/ Vue.extend({
376376
const localYMD = this.localYMD
377377
const disabled = this.disabled
378378
const readonly = this.readonly
379-
const required: this.required
379+
const required = this.required
380380
// These should move moved into computed props
381381
const idButton = this.safeId()
382382
const idLabel = this.safeId('_value_')

0 commit comments

Comments
 (0)