Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-08-23 14:39:35 +07:00
commit 68a9efee60

View file

@ -115,8 +115,6 @@ function getData() {
})
.catch((e) => {
messageError($q, e);
})
.finally(() => {
hideLoader();
});
}