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