fix
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m2s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-25 17:19:10 +07:00
parent fd665b8b4d
commit a9bef5bc42

View file

@ -387,7 +387,7 @@ async function clickPassExam() {
document.body.removeChild(link);
window.URL.revokeObjectURL(url);
} catch (error) {
messageError($q);
messageError($q, error);
} finally {
hideLoader();
}
@ -412,7 +412,7 @@ async function clickCandidateList() {
document.body.removeChild(link);
window.URL.revokeObjectURL(url);
} catch (error) {
messageError($q);
messageError($q, error);
} finally {
hideLoader();
}