fixing probation new api

This commit is contained in:
Warunee Tamkoo 2024-09-06 14:39:53 +07:00
parent 4836d1ed47
commit a4e1d7ec60
5 changed files with 6 additions and 6 deletions

View file

@ -62,7 +62,7 @@ async function fecthAssign(id: string) {
dataArrayNumber.value = 1;
})
.catch((e: any) => {
messageError($q, e);
// messageError($q, e);
})
.finally(() => {
hideLoader();