()
| 17 | |
| 18 | const submitEnabled = name.length !== 0; |
| 19 | const submitAndClose = async () => { |
| 20 | await fOnSubmit(name); |
| 21 | fClose(); |
| 22 | }; |
| 23 | |
| 24 | return ( |
| 25 | <Dialog open={true} onClose={fClose} aria-labelledby="form-dialog-title" id="client-dialog"> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…