แก้คำ

This commit is contained in:
setthawutttty 2025-03-26 16:47:23 +07:00
parent 469d51542a
commit 367a249bf3

View file

@ -143,7 +143,7 @@ function onSubmitPerson() {
.post(config.API.permissioProfileOrg, body)
.then(async () => {
await props.fetchData?.(false);
success($q, "เพิ่มราชื่อสำเร็จ");
success($q, "เพิ่มราชื่อสำเร็จ");
onClose();
})
.catch((err) => {