chore(Picker): fix typo in demo (#8614)

* chore(Picker): fix typo in demo

* chore: fix snapshot
This commit is contained in:
neverland
2021-04-25 11:42:07 +08:00
committed by GitHub
parent df7114701a
commit 0dff20ee25
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,11 +11,11 @@ export const dateColumns = {
],
'en-US': [
{
values: ['Monday', 'Tuesday', 'Wednesday', 'Thusday', 'Friday'],
values: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'],
defaultIndex: 2,
},
{
values: ['Morging', 'Afternoon', 'Evening'],
values: ['Morning', 'Afternoon', 'Evening'],
defaultIndex: 1,
},
],