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

Function closeDialog

src/components/common/DeleteGraphDialog.tsx:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}) => {
20 const { user } = useAuthState();
21 const closeDialog = () => {
22 setOpen(false);
23 };
24
25 const deleteGraph = useCallback(async () => {
26 if (!user) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected