Skip to content

Commit

Permalink
docs(basic-views): Resolves ReferenceError: Button is not defined (#6388
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dipbazz authored Oct 7, 2024
1 parent a0e3a26 commit 921c08d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 921c08d

Please sign in to comment.