We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scrollToTop
1 parent 466f2b8 commit 15aa2b1Copy full SHA for 15aa2b1
docs/Buttons.md
@@ -600,7 +600,7 @@ It also supports [all the other `<Button>` props](#button).
600
601
### `scrollToTop`
602
603
-By default, react-admin scrolls when redirecting to the create view. You can disable it as follows:
+By default, react-admin scrolls the page to the top after redirecting to the create view. You can disable it as follows:
604
605
```jsx
606
const CloneButtonWithoutScrollToTop = () => <CloneButton scrollToTop={false} />
0 commit comments