Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dataelement/Clawith
/ setError
Function
setError
frontend/src/pages/VerifyEmail.tsx:93–98 ·
view source on GitHub ↗
(msg: string)
Source
from the content-addressed store, hash-verified
91
};
92
93
const setError = (msg: string) => {
94
if (msg) {
95
setStatus(
'error'
);
96
setMessage(msg);
97
}
98
};
99
100
return (
101
<div style={{
Callers
15
AgentCredentials
Function · 0.85
handleDelete
Function · 0.85
handleJoin
Function · 0.85
handleCreate
Function · 0.85
handleSubmit
Function · 0.85
handleGetHint
Function · 0.85
loadCompanies
Function · 0.85
handleSave
Function · 0.85
handleVerifyEmail
Function · 0.85
handleResendVerification
Function · 0.85
handleSubmit
Function · 0.85
handleTenantSelect
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected