Skip to content

Commit eaa2af4

Browse files
authored
fix: list correct options for date picker 'views'
The table of supported options for the date picker now correctly lists 'day' instead of 'date'
1 parent fbfae8b commit eaa2af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/docs/date-time-picker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ export const DateOptionTable = () => (
431431
</TableRow>
432432
<TableRow>
433433
<TableCell>views</TableCell>
434-
<TableCell>Array defining which views are displayed. Options: year, month, date</TableCell>
434+
<TableCell>Array defining which views are displayed. Options: year, month, day</TableCell>
435435
</TableRow>
436436
<TableRow>
437437
<TableCell>clearLabel</TableCell>

0 commit comments

Comments
 (0)