Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ EditUserForm.tsx
File
EditUserForm.tsx
site/src/pages/EditUserPage/EditUserForm.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { useFormik } from
"formik"
;
2
import type { FC } from
"react"
;
3
import * as Yup from
"yup"
;
4
import { hasApiFieldErrors, isApiError } from
"#/api/errors"
;
Callers
nothing calls this directly
Calls
2
nameValidator
Function · 0.90
displayNameValidator
Function · 0.90
Tested by
no test coverage detected