From a9cd2097d6a9eb72421c55b88478cfaee6d37fe3 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Thu, 8 May 2025 18:25:18 +0530 Subject: [PATCH] added isSystem property in hiddenColumns because this field will broken table. --- src/pages/master/MasterTable.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/master/MasterTable.jsx b/src/pages/master/MasterTable.jsx index efb72057..4885629c 100644 --- a/src/pages/master/MasterTable.jsx +++ b/src/pages/master/MasterTable.jsx @@ -14,6 +14,7 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => { "tenant", "tenantId", "checkLists", + "isSystem" ]; const safeData = Array.isArray(data) ? data : []; @@ -81,7 +82,7 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => { {currentItems.length > 0 ? ( currentItems.map((item, index) => ( - +