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

Function closeDialog

src/components/common/CreateGraphDialog.tsx:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 const navigate = useNavigate();
27 const { user } = useAuthState();
28 const closeDialog = () => {
29 setOpen(false);
30 };
31 const [graphName, setGraphName] = useState<string>("");
32
33 const createGraph = useCallback(async () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected