This commit is contained in:
2025-10-23 12:21:03 +07:00
parent 893852f929
commit 4f518dba9c

View File

@@ -34,8 +34,8 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog) => [
}, },
{ {
title: 'Description', title: 'Description',
dataIndex: 'description', dataIndex: 'unit_description',
key: 'description', key: 'unit_description',
width: '25%', width: '25%',
render: (text) => text || '-', render: (text) => text || '-',
}, },