mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-08-02 17:43:19 +08:00
Overhauled dropdown menu designs for onboarding and userinfo page
This commit is contained in:
parent
0247afe553
commit
160ffc5763
5 changed files with 273 additions and 85 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue