From 1413d0ef33a96759bb29e40dce10db1e7c024d58 Mon Sep 17 00:00:00 2001 From: Nasywa Syafinka Widyamara Date: Thu, 20 Nov 2025 15:40:06 +0700 Subject: [PATCH] fix: header list tag plant sub section --- src/pages/master/tag/component/ListTag.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/master/tag/component/ListTag.jsx b/src/pages/master/tag/component/ListTag.jsx index 220eeb8..1afc579 100644 --- a/src/pages/master/tag/component/ListTag.jsx +++ b/src/pages/master/tag/component/ListTag.jsx @@ -63,7 +63,7 @@ const columns = (showPreviewModal, showEditModal, showDeleteDialog) => [ render: (text) => text || '-', }, { - title: 'Sub Section', + title: 'Plant Sub Section', dataIndex: 'plant_sub_section_name', key: 'plant_sub_section_name', width: '10%',