We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1447b commit 6fcfc6dCopy full SHA for 6fcfc6d
scout-ui/src/field-list/type-list.js
@@ -5,6 +5,6 @@ module.exports = AmpersandView.extend({
5
template: require('./type-list.jade'),
6
render: function() {
7
this.renderWithTemplate({});
8
- this.renderCollection(this.collection, TypeListItem, this.queryByHook('types'));
+ this.renderCollection(this.collection.sort(), TypeListItem, this.queryByHook('types'));
9
}
10
});
0 commit comments