added isSystem property in hiddenColumns because this field will broken table.
This commit is contained in:
parent
6c5b62eb40
commit
a9cd2097d6
@ -14,6 +14,7 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => {
|
||||
"tenant",
|
||||
"tenantId",
|
||||
"checkLists",
|
||||
"isSystem"
|
||||
];
|
||||
|
||||
const safeData = Array.isArray(data) ? data : [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user