There was an error while loading. Please reload this page.
2 parents e2ca308 + d386ade commit 825e8dcCopy full SHA for 825e8dc
src/js/components/DataTypes/Object.js
@@ -249,7 +249,7 @@ class RjvObject extends React.PureComponent {
249
let elements = [],
250
variable;
251
let keys = Object.keys(variables || {});
252
- if (this.props.sortKeys) {
+ if (this.props.sortKeys && object_type !== 'array') {
253
keys = keys.sort();
254
}
255
0 commit comments