()
| 19 | |
| 20 | const submitEnabled = name.length !== 0; |
| 21 | const submitAndClose = async () => { |
| 22 | await fOnSubmit(name); |
| 23 | fClose(); |
| 24 | }; |
| 25 | |
| 26 | return ( |
| 27 | <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…