mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-02 23:47:42 -04:00
This allows us to start decoupling the form fields from the final, hyphenated string, which we'll do in the next commits. Note that I've also removed the conditional that changes the data of the network field as part of validating it. We shouldn't change data in validations, and having the new property directly above makes it clear there's no need for this code.