fix: update header label from 'tag_name' to 'brand_name' in ListBrandDevice component
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user