Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSignLabs/OpenSign
/ handleClose
Function
handleClose
apps/OpenSign/src/components/pdf/EmailComponent.jsx:90–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
};
90
const handleClose = () => {
91
setIsEmail(false);
92
setEmailValue(
""
);
93
setEmailList([]);
94
};
95
return (
96
<div>
97
{/* isEmail */}
Callers
3
handleEditTemplateClose
Function · 0.70
discardChanges
Function · 0.70
EmailComponent
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected