mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-02 07:11:14 -05:00
If there aren’t a range of options (normally presented as radio buttons) to show the user on the email branding request page then we just show the textbox. But we were still doing form validation on the radio buttons, even though the user couldn’t see them to click them. This stopped the user from being able to submit the form. This commit fixes the problem by, in this specific case, pre-ticking the ‘Something else’ radio button.