Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2023-11-21 17:24:57 +07:00
commit e9529f11a7

View file

@ -243,7 +243,7 @@ const openModal = async (data: string) => {
if (data === "authority") {
modalApprove.value = true;
dialogTitle.value = "ส่งไปยังผู้มีอำนาจ";
dialogLabel.value = "ความคิดเห็นผู้มีอำนาจ";
dialogLabel.value = "ความคิดเห็น";
}
};