Skip to content

Commit a9ec5e4

Browse files
authoredFeb 26, 2021
Merge pull request #5960 from WiXSL/docs-scrollable-tabs
[Doc] Fix scrollable TabbedForm example
2 parents 3e28c79 + 8711c7e commit a9ec5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/CreateEdit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ import {
10161016

10171017
export const PostEdit = (props) => (
10181018
<Edit {...props}>
1019-
<TabbedForm tabs={<TabbedFormTabs scrollable={true} />}>
1019+
<TabbedForm tabs={<TabbedFormTabs scrollButtons="auto" />}>
10201020
...
10211021
</TabbedForm>
10221022
</Edit>

0 commit comments

Comments
 (0)
Please sign in to comment.