fixing ui master
This commit is contained in:
@@ -24,19 +24,20 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog) => [
|
||||
title: 'Unit Code',
|
||||
dataIndex: 'unit_code',
|
||||
key: 'unit_code',
|
||||
width: '20%',
|
||||
width: '10%',
|
||||
hidden: true,
|
||||
},
|
||||
{
|
||||
title: 'Name',
|
||||
dataIndex: 'unit_name',
|
||||
key: 'unit_name',
|
||||
width: '20%',
|
||||
width: '15%',
|
||||
},
|
||||
{
|
||||
title: 'Description',
|
||||
dataIndex: 'unit_description',
|
||||
key: 'unit_description',
|
||||
width: '25%',
|
||||
width: '30%',
|
||||
render: (text) => text || '-',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user