Add leaves reset, split holidays/leave resets, support multi-table reset
This commit is contained in:
@@ -18,10 +18,16 @@ const RESET_SECTIONS = [
|
||||
},
|
||||
{
|
||||
key: "holidays",
|
||||
label: "假期 Holidays + Leave",
|
||||
description: "刪除所有公眾假期 + 員工請假記錄",
|
||||
label: "假期 Holidays",
|
||||
description: "刪除所有公眾假期記錄",
|
||||
color: "amber",
|
||||
},
|
||||
{
|
||||
key: "leaves",
|
||||
label: "請假 Leaves",
|
||||
description: "刪除所有員工請假記錄",
|
||||
color: "lime",
|
||||
},
|
||||
]
|
||||
|
||||
export default function Settings() {
|
||||
|
||||
Reference in New Issue
Block a user