Merge branch 'develop' of github.com:Frappet/hrms-admin into develop

* 'develop' of github.com:Frappet/hrms-admin:
  fix: default profileImg
This commit is contained in:
Warunee Tamkoo 2026-05-28 09:53:09 +07:00
commit 4a8d6fb5d7

View file

@ -357,7 +357,7 @@ async function fetchKeycloakPosition() {
});
}
const profileImg = ref<string>("");
const profileImg = ref<string>(avatar);
async function getImg(id: string, pathName: string) {
await http
.get(config.API.fileByFile("ทะเบียนประวัติ", "โปรไฟล์", id, pathName))