MCPcopy Create free account
hub / github.com/emwalker/digraph / onFormSubmit

Function onFormSubmit

client/src/components/ui/SearchBox/index.tsx:21–23  ·  view source on GitHub ↗
(event: FormEvent<HTMLFormElement>)

Source from the content-addressed store, hash-verified

19}
20
21const onFormSubmit = (event: FormEvent<HTMLFormElement>) => {
22 event.preventDefault()
23}
24
25type SelectScopeProps = {
26 pathname: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected