updated for datepicker change
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
539ecf78a7
commit
30ddb73cb1
@ -336,8 +336,7 @@ extension DatePickerViewController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func updateCalendarModel() {
|
func updateCalendarModel() {
|
||||||
component.calendarModel = .init(surface: component.surface,
|
component.calendarModel = .init(hideContainerBorder: containerBorderSwitch.isOn,
|
||||||
hideContainerBorder: containerBorderSwitch.isOn,
|
|
||||||
hideCurrentDateIndicator: hideCurrentDateIndicatorSwitch.isOn,
|
hideCurrentDateIndicator: hideCurrentDateIndicatorSwitch.isOn,
|
||||||
activeDates: activeDates,
|
activeDates: activeDates,
|
||||||
inactiveDates: inactiveDates,
|
inactiveDates: inactiveDates,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user