Fixing header list master brand device

This commit is contained in:
2025-10-23 16:12:29 +07:00
parent 034cf636f9
commit 3873ba5285

View File

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