Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateAccount
Function · 0.70
Tested by
no test coverage detected