Skip to content

Commit 2724eee

Browse files
kushthedudeabhinavk96
authored andcommitted
Fixing Admin Sessions State sort (#3461)
1 parent 80a8416 commit 2724eee

File tree

1 file changed

+1
-1
lines changed
  • app/controllers/admin/sessions

1 file changed

+1
-1
lines changed

app/controllers/admin/sessions/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class extends Controller.extend(EmberTableControllerMixin) {
1818
},
1919
{
2020
name : 'State',
21-
valuePath : 'status',
21+
valuePath : 'state',
2222
cellComponent : 'ui-table/cell/events/view/sessions/cell-session-state',
2323
isSortable : true,
2424
headerComponent : 'tables/headers/sort'

0 commit comments

Comments
 (0)