()
| 74 | } |
| 75 | |
| 76 | function getFormData() { |
| 77 | if (!formRef.current) return |
| 78 | return new FormData(formRef.current) |
| 79 | } |
| 80 | |
| 81 | return ( |
| 82 | <form className="f5" onSubmit={submit} ref={formRef} data-testid="survey-form"> |
no outgoing calls
no test coverage detected