Fix some styling issues and improve pull up modal for groups/students list

This commit is contained in:
Keannu Christian Bernasol 2023-09-29 20:58:59 +08:00
parent 8279665ab9
commit 4e1a73f6ed
4 changed files with 105 additions and 14 deletions

View file

@ -254,7 +254,6 @@ export async function PatchStudentStatus(info: StudentStatusPatchType) {
})
.catch((error) => {
let error_message = ParseError(error);
console.log("DEBUG", error.response.data);
return [false, error_message];
});
}