MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / onSubmit

Function onSubmit

apps/web/ui/BrandingView/index.tsx:88–91  ·  view source on GitHub ↗
(event: any)

Source from the content-addressed store, hash-verified

86 };
87
88 const onSubmit = async (event: any) => {
89 event.preventDefault();
90 return updateAccount();
91 };
92 return (
93 <div className={styles.container}>
94 <Header />

Callers

nothing calls this directly

Calls 1

updateAccountFunction · 0.70

Tested by

no test coverage detected