fixing ui master
This commit is contained in:
@@ -51,6 +51,13 @@ const getRoleColor = (role_name, role_level) => {
|
||||
};
|
||||
|
||||
const columns = (showPreviewModal, showEditModal, showDeleteDialog, showApprovalModal) => [
|
||||
{
|
||||
title: 'No',
|
||||
key: 'no',
|
||||
width: '5%',
|
||||
align: 'center',
|
||||
render: (_, __, index) => index + 1,
|
||||
},
|
||||
{
|
||||
title: 'ID',
|
||||
dataIndex: 'user_id',
|
||||
|
||||
Reference in New Issue
Block a user