Overhauled dropdown menu designs for onboarding and userinfo page

This commit is contained in:
Keannu Christian Bernasol 2023-07-18 00:33:02 +08:00
parent 0247afe553
commit 160ffc5763
5 changed files with 273 additions and 85 deletions

View file

@ -207,7 +207,7 @@ export async function GetYearLevels() {
return instance
.get("/api/v1/year_levels/", config)
.then((response) => {
// console.log(JSON.stringify(response.data));
console.log(JSON.stringify(response.data));
return [true, response.data];
})
.catch((error) => {