change label

This commit is contained in:
Warunee Tamkoo 2023-11-21 16:51:51 +07:00
parent bf3bc89636
commit 4a809c876d

View file

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