MCPcopy Index your code
hub / github.com/simstudioai/sim / hasAnyErrors

Function hasAnyErrors

apps/sim/ee/sso/components/sso-settings.tsx:265–266  ·  view source on GitHub ↗
(errs: Record<string, string[]>)

Source from the content-addressed store, hash-verified

263 }
264
265 const hasAnyErrors = (errs: Record<string, string[]>) =>
266 Object.values(errs).some((l) => l.length > 0)
267
268 const handleDiscard = () => {
269 setIsEditing(false)

Callers 2

handleSubmitFunction · 0.85
SSOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected