diff --git a/documentation/docs/ui-integrations/ant-design/components/basic-views/create/index.md b/documentation/docs/ui-integrations/ant-design/components/basic-views/create/index.md index 6c458a4dc5ef..ea1760cf28b4 100644 --- a/documentation/docs/ui-integrations/ant-design/components/basic-views/create/index.md +++ b/documentation/docs/ui-integrations/ant-design/components/basic-views/create/index.md @@ -703,6 +703,7 @@ Or, instead of using the `defaultButtons`, you can create your own buttons. If y ```tsx live disableScroll previewHeight=280px url=http://localhost:3000/posts/create // visible-block-start import { Create, SaveButton } from "@refinedev/antd"; +import { Button } from "antd"; const PostCreate: React.FC = () => { return (