From 3873ba52850b37dad58bf18468a417106b6d86a2 Mon Sep 17 00:00:00 2001 From: Fachba Date: Thu, 23 Oct 2025 16:12:29 +0700 Subject: [PATCH] Fixing header list master brand device --- src/pages/master/brandDevice/component/ListBrandDevice.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/master/brandDevice/component/ListBrandDevice.jsx b/src/pages/master/brandDevice/component/ListBrandDevice.jsx index cd9b654..b09f900 100644 --- a/src/pages/master/brandDevice/component/ListBrandDevice.jsx +++ b/src/pages/master/brandDevice/component/ListBrandDevice.jsx @@ -75,13 +75,13 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog) => [ width: '20%', }, { - title: 'model', + title: 'Model', dataIndex: 'model', key: 'model', width: '15%', }, { - title: 'status', + title: 'Status', dataIndex: 'status', key: 'status', width: '10%',