Merge pull request #1199 from GSA/1154-time-zone-glitch

1154 - removing default selection when selecting a time zone
This commit is contained in:
Carlo Costino
2024-02-14 10:22:40 -05:00
committed by GitHub

View File

@@ -1253,7 +1253,6 @@ class ChangePreferredTimezoneForm(StripWhitespaceForm):
new_preferred_timezone = GovukRadiosField(
"What timezone would you like to use?",
default="US/Eastern",
)