(e)
| 19 | const [isSubmitting, setIsSubmitting] = useState(false); |
| 20 | |
| 21 | const handleSubmit = async (e) => { |
| 22 | e.preventDefault(); |
| 23 | |
| 24 | }; |
| 25 | |
| 26 | useEffect(() => { |
| 27 | if (project) setFormData(project); |
nothing calls this directly
no outgoing calls
no test coverage detected