MCPcopy Create free account
hub / github.com/GreatStackDev/project-management / handleSubmit

Function handleSubmit

src/components/CreateTaskDialog.jsx:22–26  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

20 });
21
22 const handleSubmit = async (e) => {
23 e.preventDefault();
24
25
26 };
27
28 return showCreateTask ? (
29 <div className="fixed inset-0 z-50 flex items-center justify-center bg-black/20 dark:bg-black/60 backdrop-blur">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected