Skip to content

Commit 1732f2f

Browse files
committed
sort calendar keys for schema
1 parent 0a30345 commit 1732f2f

File tree

2 files changed

+77
-77
lines changed

2 files changed

+77
-77
lines changed

src/components/calendars/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var ONEDAY = constants.ONEDAY;
1010

1111
var attributes = {
1212
valType: 'enumerated',
13-
values: Object.keys(calendars.calendars),
13+
values: Lib.sortedObjectKeys(calendars.calendars),
1414
editType: 'calc',
1515
dflt: 'gregorian'
1616
};

0 commit comments

Comments
 (0)