MCPcopy 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

handleEditTemplateCloseFunction · 0.70
discardChangesFunction · 0.70
EmailComponentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected