Bug In Validation Fixed

This commit is contained in:
brausjonas
2023-06-09 16:44:53 +02:00
parent 7b2602172e
commit b1da16aed5
4 changed files with 21545 additions and 1 deletions
@@ -353,6 +353,7 @@ export default function CalenderView(p) {
currentYear = 2000;
selectedElement = null;
grabbedDown = false;
errorState = [ErrorType.Okay, ErrorType.Okay, ErrorType.Okay, ErrorType.Okay, ErrorType.Okay, ErrorType.Okay]
let url = baseURL + "/semester/id?sessionid=" + localStorage.getItem("sessionid") +
"&id=" + localStorage.getItem("currentsid");