This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-04 15:58:43 +07:00
parent 00b75e0a10
commit f51bf40958

View file

@ -68,7 +68,7 @@ async function fecthlistRound() {
})
.catch((err) => {
messageError($q, err);
// hideLoader();
hideLoader();
});
}
@ -127,6 +127,8 @@ function fetchListOrg(id: string) {
})
.catch((err) => {
messageError($q, err);
})
.finally(() => {
hideLoader();
});
}