From 49dda8621bacb25f0e38357a3425b996acb7f99f Mon Sep 17 00:00:00 2001 From: Rafiafrzl Date: Fri, 10 Oct 2025 14:21:48 +0700 Subject: [PATCH] refactor: remove IndexErrorCode component and update ListErrorMaster --- src/App.jsx | 3 +-- src/pages/master/brandDevice/component/ListErrorMaster.jsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index c7de63d..d3f9c69 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -13,7 +13,6 @@ import Blank from './pages/blank/Blank'; import IndexDevice from './pages/master/device/IndexDevice'; import IndexTag from './pages/master/tag/IndexTag'; import IndexBrandDevice from './pages/master/brandDevice/IndexBrandDevice'; -import IndexErrorCode from './pages/master/errorCode/IndexErrorCode'; import IndexPlantSection from './pages/master/plantSection/IndexPlantSection'; import IndexStatus from './pages/master/status/IndexStatus'; @@ -54,7 +53,7 @@ const App = () => { } /> } /> } /> - } /> + } /> diff --git a/src/pages/master/brandDevice/component/ListErrorMaster.jsx b/src/pages/master/brandDevice/component/ListErrorMaster.jsx index 78bd856..2041e7e 100644 --- a/src/pages/master/brandDevice/component/ListErrorMaster.jsx +++ b/src/pages/master/brandDevice/component/ListErrorMaster.jsx @@ -21,7 +21,7 @@ const ListErrorMaster = memo(function ListErrorMaster(props) { marginBottom: '16px', }} > - Error Master + Cooming soon