Skip to content

Commit

Permalink
fix broadcast flatpickr
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 7, 2024
1 parent 9f3dc6c commit fc30df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/relay/src/main/ui/FormUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ final class FormUi(helpers: Helpers, ui: RelayUi, tourUi: RelayTourUi):
trb.startDateTimeZone(strong(nav.tour.info.timeZoneOrDefault.getId)),
help = trb.startDateHelp().some,
half = true
)(form3.flatpickr(_, minDate = None)),
)(form3.flatpickr(_, local = true, minDate = None)),
form3.checkbox(
form("startsAfterPrevious"),
"When the previous round completes",
Expand Down

0 comments on commit fc30df9

Please sign in to comment.