โครงสร้าง => ปรับ load

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-14 15:15:16 +07:00
parent 371fc43282
commit aeedce33b9
2 changed files with 0 additions and 8 deletions

View file

@ -29,8 +29,6 @@ async function fetchOrganizationActive() {
})
.catch((err) => {
messageError($q, err);
})
.finally(() => {
hideLoader();
});
}