()
| 36 | if (!isOpen) return null |
| 37 | |
| 38 | const handleSave = () => { |
| 39 | onSave(localConfig) |
| 40 | } |
| 41 | |
| 42 | const handleBackdropClick = (e: React.MouseEvent) => { |
| 43 | if (e.target === e.currentTarget) { |
nothing calls this directly
no outgoing calls
no test coverage detected