MCPcopy Create free account
hub / github.com/OpenSignLabs/OpenSign / handleReset

Function handleReset

apps/OpenSign/src/primitives/AddContact.jsx:129–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128 };
129 const handleReset = () => {
130 setAddYourself(false);
131 setName("");
132 setPhone("");
133 setEmail("");
134 setJobTitle("");
135 setCompany("");
136 };
137
138 return (
139 <div className="h-full px-[20px] py-[10px]">

Callers 3

handleSubmitFunction · 0.70
handleAddYourselfChangeFunction · 0.70
AddContactFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected