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