Skip to content

Commit

Permalink
fix/#388 현재 날짜보다 앞으로 못가게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Sep 20, 2024
1 parent 370c27b commit f52f7ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private extension EditPromiseViewController {
return
}

rootView.datePicker.minimumDate = .none
rootView.datePicker.minimumDate = .now
rootView.datePicker.date = date
rootView.timePicker.date = date
}
Expand Down

0 comments on commit f52f7ad

Please sign in to comment.