mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 11:24:10 -04:00
the action buttons have a value that matches up with the key for the target form in the `this.states` object - we can just set the currentState to that and call re-render and it all Just Works™. detatch and reattach feel better than hide/unhide, mainly because it means when the form is posted, any data that might linger in them definitely won't be sent in the POST.