minor change
This commit is contained in:
parent
372bb41f1e
commit
348f7237f6
@ -78,7 +78,7 @@ import Foundation
|
|||||||
@objc private func setTextWith(date: Date?) {
|
@objc private func setTextWith(date: Date?) {
|
||||||
|
|
||||||
guard let date = date else { return }
|
guard let date = date else { return }
|
||||||
timeDropdownModel?.date = date
|
timeDropdownModel?.time = date
|
||||||
text = timeDropdownModel?.timeFormatter.string(from: date)
|
text = timeDropdownModel?.timeFormatter.string(from: date)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user