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

Function handleSubmit

src/components/ProjectSettings.jsx:21–24  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

19 const [isSubmitting, setIsSubmitting] = useState(false);
20
21 const handleSubmit = async (e) => {
22 e.preventDefault();
23
24 };
25
26 useEffect(() => {
27 if (project) setFormData(project);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected