Bug In Validation Fixed
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user