รายละเอียดข้อมูลผ้สอบผ่าน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-07-11 17:58:24 +07:00
parent 2317839c7a
commit b4c7a29220
3 changed files with 178 additions and 93 deletions

View file

@ -437,7 +437,7 @@ const fetchHistory = async () => {
.catch((e) => {
messageError($q, e);
})
.finally(async () => {
.finally(() => {
hideLoader();
});
};