Skip to content

Commit d6f5385

Browse files
committed
Update ErrorBoundary.tsx
1 parent c98b16b commit d6f5385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ErrorBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Card, CardBody, CardHeader, Button } from "@heroui/react";
55
import { ErrorBoundary as ReactErrorBoundary } from "react-error-boundary";
66

77
interface ErrorFallbackProps {
8-
error: Error;
8+
error: any;
99
resetErrorBoundary: () => void;
1010
}
1111

0 commit comments

Comments
 (0)