แก้ใบสมัครสอบ

This commit is contained in:
Kittapath 2023-10-15 21:44:35 +07:00
parent f6358f7c5b
commit f0a06f3d11

View file

@ -345,7 +345,7 @@ const updateVisibleFilter = (value: any) => {
const paginationLabel = (start: string, end: string, total: string) => {
if (props.paging == true)
return " " + start + " ใน " + end + " จากจำนวน " + total + " ายการ";
return " " + start + " ใน " + end + " จากจำนวน " + total + " ายการ";
else return start + "-" + end + " ใน " + total;
};