Skip to content

Commit

Permalink
fix: Admin panel member since changed to date
Browse files Browse the repository at this point in the history
  • Loading branch information
Suneet Srivastava committed Nov 10, 2020
1 parent cbf8e2a commit 2836785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin/users/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class extends Controller.extend(EmberTableControllerMixin) {
{
name : 'Member Since',
valuePath : 'createdAt',
cellComponent : 'ui-table/cell/admin/users/cell-created-at',
cellComponent : 'ui-table/cell/cell-simple-date',
isSortable : true,
headerComponent : 'tables/headers/sort'
},
Expand Down

0 comments on commit 2836785

Please sign in to comment.