Skip to content

Commit

Permalink
Fixed (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldsce authored Mar 23, 2022
1 parent 09b9c5a commit d065df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/modules/accounts/accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const keys = () => ([
{ field: localFields.nickName, serverField: 'Nickname', label: 'Nickname' },
{ field: localFields.createdAt, serverField: 'CreatedAt', label: 'Created At' },
{ field: localFields.updatedAt, serverField: 'UpdatedAt', label: 'Updated At' },
{ field: localFields.locked, serverField: 'Locked', label: 'Locked', sortable: false, visible: true, clickable: true, format: true },
{ field: localFields.locked, serverField: 'Locked', label: 'Locked', sortable: true, visible: true, clickable: true, format: true },
{ field: localFields.role, label: 'Admin Manager', icon: 'admin_manager.svg', detailView: false }
])

Expand Down

0 comments on commit d065df8

Please sign in to comment.