Fix an issue where choosing a set of answers that involved popup_closed_how caused the form to break (the email view didn't show up)
This commit is contained in:
parent
cf94d45ee1
commit
e9ff6cfe3c
@ -53,6 +53,7 @@ export function parseAnswers({
|
||||
rejection_is_hard,
|
||||
administrator_identity_available_before_choice,
|
||||
popup_action,
|
||||
popup_closed_how,
|
||||
...rest
|
||||
}: RawAnswers): ParsedAnswers {
|
||||
return {
|
||||
@ -68,6 +69,7 @@ export function parseAnswers({
|
||||
rejection_is_hard,
|
||||
administrator_identity_available_before_choice,
|
||||
popup_action,
|
||||
popup_closed_how,
|
||||
hosts: parseHostAnswers(rest),
|
||||
} as ParsedAnswers;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user