forked from potsda.mn/mobilizon
Fix first-day-of-week prop in event edition
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
85f8450a85
commit
91ed13d5c2
|
@ -49,11 +49,11 @@
|
|||
horizontal-time-picker
|
||||
editable
|
||||
:tz-offset="tzOffset(beginsOn)"
|
||||
:first-day-of-week="firstDayOfWeek"
|
||||
:datepicker="{
|
||||
id: 'begins-on-field',
|
||||
'aria-next-label': $t('Next month'),
|
||||
'aria-previous-label': $t('Previous month'),
|
||||
'first-day-of-week': firstDayOfWeek,
|
||||
}"
|
||||
>
|
||||
</b-datetimepicker>
|
||||
|
@ -70,11 +70,11 @@
|
|||
:min-datetime="beginsOn"
|
||||
:tz-offset="tzOffset(endsOn)"
|
||||
editable
|
||||
:first-day-of-week="firstDayOfWeek"
|
||||
:datepicker="{
|
||||
id: 'ends-on-field',
|
||||
'aria-next-label': $t('Next month'),
|
||||
'aria-previous-label': $t('Previous month'),
|
||||
'first-day-of-week': firstDayOfWeek,
|
||||
}"
|
||||
>
|
||||
</b-datetimepicker>
|
||||
|
|
Loading…
Reference in a new issue