minor change

This commit is contained in:
Sumanth Nadigadda 2023-06-16 14:39:47 +05:30
parent 372bb41f1e
commit 348f7237f6

View File

@ -78,7 +78,7 @@ import Foundation
@objc private func setTextWith(date: Date?) {
guard let date = date else { return }
timeDropdownModel?.date = date
timeDropdownModel?.time = date
text = timeDropdownModel?.timeFormatter.string(from: date)
}