diff --git a/src/dashboard/Data/Browser/Browser.react.js b/src/dashboard/Data/Browser/Browser.react.js index 1f6da6ed1a..053fdf18a0 100644 --- a/src/dashboard/Data/Browser/Browser.react.js +++ b/src/dashboard/Data/Browser/Browser.react.js @@ -405,7 +405,7 @@ class Browser extends DashboardView { let className = this.props.params.className; let source = this.state.relation || className; let query = queryFromFilters(source, this.state.filters); - if (this.state.ordering !== '-createdAt') { + if (this.state.ordering !== 'createdAt') { // Construct complex pagination query let equalityQuery = queryFromFilters(source, this.state.filters); let field = this.state.ordering;