Skip to content

Commit 436c500

Browse files
committedNov 11, 2015
Correct container type options.
1 parent 23fd701 commit 436c500

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

+1-1
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)
Please sign in to comment.