Skip to content

Commit bec7cac

Browse files
apply default dorting (#7715)
1 parent 40e5008 commit bec7cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/admin/sales/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import EmberTableControllerMixin from 'open-event-frontend/mixins/ember-table-co
88
export default class IndexController extends Controller.extend(AdminSalesMixin, EmberTableControllerMixin) {
99

1010
@or('authManager.currentUser.isSuperAdmin', 'authManager.currentUser.isAdmin') hasRestorePrivileges;
11-
// sort_by = 'total-sales';
11+
sort_by = 'starts-at';
1212
sort_dir = 'DSC';
1313
per_page = 10;
1414
get columns() {

0 commit comments

Comments
 (0)