lavoce #6

Merged
bragaz_rexita merged 5 commits from lavoce into main 2025-10-23 07:28:12 +00:00
Showing only changes of commit 4f518dba9c - Show all commits

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 || '-',
}, },