Skip to content

Commit c03f3f9

Browse files
Merge pull request mui#2131 from mbrookes/patch-2
Correct container type options.
2 parents 23fd701 + 436c500 commit c03f3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/app/components/pages/components/date-picker.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class DatePickerPage extends React.Component {
3131
infoArray: [
3232
{
3333
name: 'container',
34-
type: 'one of: dialog, container',
34+
type: 'one of: dialog, inline',
3535
header: 'default: dialog',
3636
desc: 'The date pickers container type',
3737
},

0 commit comments

Comments
 (0)