Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-06-24 16:03:54 +07:00
commit dff282f0ef
11 changed files with 203 additions and 112 deletions

View file

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