MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / showErrorToast

Function showErrorToast

frontend/components/chat-input.tsx:38–45  ·  view source on GitHub ↗
(message: React.ReactNode)

Source from the content-addressed store, hash-verified

36}
37
38function showErrorToast(message: React.ReactNode) {
39 toast.custom(
40 (t) => (
41 <ErrorToast message={message} onDismiss={() => toast.dismiss(t)} />
42 ),
43 { duration: 5000 },
44 )
45}
46
47interface ValidationResult {
48 validFiles: File[]

Callers 1

showValidationErrorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected