MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / removeChip

Function removeChip

apps/OpenSign/src/components/pdf/EmailComponent.jsx:57–60  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

55
56 //function for remove email
57 const removeChip = (index) => {
58 const updateEmailCount = emailList.filter((data, key) => key !== index);
59 setEmailList(updateEmailCount);
60 };
61 //function for get email value
62 const handleEmailValue = (e) => {
63 const value = e.target.value?.toLowerCase()?.replace(/\s/g, "");

Callers 1

EmailComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected