()
| 30 | |
| 31 | const submitEnabled = name.length !== 0; |
| 32 | const submitAndClose = async () => { |
| 33 | await fOnSubmit(name, description, defaultPriority); |
| 34 | fClose(); |
| 35 | }; |
| 36 | |
| 37 | return ( |
| 38 | <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…