()
| 23 | |
| 24 | const submitEnabled = message.trim().length !== 0; |
| 25 | const submitAndClose = async () => { |
| 26 | await fOnSubmit(message, title, priority); |
| 27 | fClose(); |
| 28 | }; |
| 29 | |
| 30 | return ( |
| 31 | <Dialog |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…