Skip to content

Commit c4b8db3

Browse files
committed
Fix typo
1 parent a2d0f1b commit c4b8db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/input/DateInput.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const DefaultValue = () => (
5252
browser locale
5353
{[
5454
'2021-09-11',
55-
'09/11/2011', // US date format
55+
'09/11/2021', // US date format
5656
'2021-09-11T20:46:20.000+02:00',
5757
'2021-09-11 20:46:20.000+02:00',
5858
'2021-09-11T20:46:20.000-04:00',

0 commit comments

Comments
 (0)