diff --git a/src/forms/FormErrorBoundary.jsx b/src/forms/FormErrorBoundary.jsx index 5f390ac..ec1e7be 100644 --- a/src/forms/FormErrorBoundary.jsx +++ b/src/forms/FormErrorBoundary.jsx @@ -1,4 +1,5 @@ -import { Alert, Typography } from "antd"; +import { Alert, Button, Typography } from "antd"; +import { ReloadOutlined } from "@ant-design/icons"; const { ErrorBoundary } = Alert; @@ -39,6 +40,13 @@ const FormErrorBoundary = ({ children }) => ( + } >