From 6b727c84d8c49d0e09500b77b72c5818deea3e93 Mon Sep 17 00:00:00 2001 From: Fachba Date: Tue, 28 Oct 2025 12:24:25 +0700 Subject: [PATCH] integration history event alarm --- src/pages/history/event/component/ListHistoryEvent.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/history/event/component/ListHistoryEvent.jsx b/src/pages/history/event/component/ListHistoryEvent.jsx index 624357a..c52e02b 100644 --- a/src/pages/history/event/component/ListHistoryEvent.jsx +++ b/src/pages/history/event/component/ListHistoryEvent.jsx @@ -22,18 +22,18 @@ const ListHistoryEvent = memo(function ListHistoryEvent(props) { }, { title: 'Tag Name', - dataIndex: 'tag_name', - key: 'tag_name', + dataIndex: 'tagname', + key: 'tagname', width: '40%', }, { title: 'Description', - dataIndex: 'condition', - key: 'condition', + dataIndex: 'description', + key: 'description', width: '20%', render: (_, record) => ( ), },