MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / closeTutorial

Function closeTutorial

src/components/graph/tutorial/TutorialDialog.tsx:137–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 };
136
137 const closeTutorial = () => {
138 setIsTutorialOpen(false);
139 setCurrentStep(0);
140 logAnalyticsEvent("tutorial_closed");
141 };
142
143 return (
144 <Modal isOpen={isTutorialOpen} closeModal={closeTutorial}>

Callers 1

increaseSlideFunction · 0.85

Calls 1

logAnalyticsEventFunction · 0.90

Tested by

no test coverage detected