fix: update header label for clarity in ListPlantSubSection component

This commit is contained in:
2025-11-20 15:09:16 +07:00
parent 5989948bf9
commit f1c7ae5e20

View File

@@ -237,7 +237,7 @@ const ListPlantSubSection = memo(function ListPlantSubSection(props) {
<TableList
mobile
cardColor={'#42AAFF'}
header={'sub_section_name'}
header={'plant_sub_section_name'}
showPreviewModal={showPreviewModal}
showEditModal={showEditModal}
showDeleteDialog={showDeleteDialog}