From 4f518dba9c6d7221db746b58a0cb542a1dd02b49 Mon Sep 17 00:00:00 2001 From: Vinix Date: Thu, 23 Oct 2025 12:21:03 +0700 Subject: [PATCH] upt --- src/pages/master/unit/component/ListUnit.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/master/unit/component/ListUnit.jsx b/src/pages/master/unit/component/ListUnit.jsx index 2352307..34668de 100644 --- a/src/pages/master/unit/component/ListUnit.jsx +++ b/src/pages/master/unit/component/ListUnit.jsx @@ -34,8 +34,8 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog) => [ }, { title: 'Description', - dataIndex: 'description', - key: 'description', + dataIndex: 'unit_description', + key: 'unit_description', width: '25%', render: (text) => text || '-', },