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) => ( -