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 66d087e commit 49bf7e3Copy full SHA for 49bf7e3
src/dashboard/Data/Browser/Browser.react.js
@@ -316,10 +316,6 @@ export default class Browser extends DashboardView {
316
query.ascending(field)
317
}
318
319
- if (field !== 'createdAt') {
320
- query.addDescending('createdAt');
321
- }
322
-
323
query.limit(200);
324
const data = await query.find({ useMasterKey: true });
325
return data;
0 commit comments