แก้คำ

This commit is contained in:
setthawutttty 2023-08-30 17:12:52 +07:00
parent 4c0df4ed71
commit 70927676cd
2 changed files with 2 additions and 2 deletions

View file

@ -127,7 +127,7 @@ const clickAdd = () => {
// inline: true
items: [
{ label: "ประกาศเพิ่มผู้เกษียณ", value: "ADD" },
{ label: "ประกาศแก้ไขข้อมูลผู้เกษีย", value: "EDIT" },
{ label: "ประกาศแก้ไขข้อมูลผู้เกษีย", value: "EDIT" },
{ label: "ประกาศยกเลิกผู้เกษียณ", value: "REMOVE" },
],
},