MCPcopy Create free account
hub / github.com/Bitbox-Connect/Bitbox / clearMessageAndResetEmail

Function clearMessageAndResetEmail

client/src/component/Footer.jsx:59–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 };
58
59 const clearMessageAndResetEmail = () => {
60 setTimeout(() => {
61 setMessage("");
62 setEmail("");
63 setName("")
64 }, 7000);
65 };
66 useEffect(() => {
67 // Configure the chatbot settings
68 window.embeddedChatbotConfig = {

Callers 1

handleSubscribeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected