fix benefit
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
|
||||
let employeeBenefits: Record<string, any> = {};
|
||||
|
||||
const excludedKeys = ["id", "actions", "created_at", "no"];
|
||||
const excludedKeys = ["id", "actions", "created_at", "no", "benefits"];
|
||||
const formColumns = columns.filter(
|
||||
(col) => !excludedKeys.includes(col.key),
|
||||
);
|
||||
@@ -359,7 +359,6 @@
|
||||
"employee_id",
|
||||
"total_salary",
|
||||
"created_at",
|
||||
"benefits",
|
||||
"updated_at",
|
||||
];
|
||||
const formColumnsBenefits = columnBenefits.filter(
|
||||
|
||||
Reference in New Issue
Block a user