fix: update header label from 'tag_name' to 'brand_name' in ListBrandDevice component

This commit is contained in:
2025-11-20 15:14:30 +07:00
parent f1c7ae5e20
commit 85017cd88c

View File

@@ -262,7 +262,7 @@ const ListBrandDevice = memo(function ListBrandDevice(props) {
<TableList <TableList
mobile mobile
cardColor={'#42AAFF'} cardColor={'#42AAFF'}
header={'tag_name'} header={'brand_name'}
showPreviewModal={showPreviewModal} showPreviewModal={showPreviewModal}
showEditModal={showEditModal} showEditModal={showEditModal}
showDeleteDialog={showDeleteDialog} showDeleteDialog={showDeleteDialog}