front groupe activation + fix Modal qui dépasse de l'écran (petit bug visuel mais ça marche)
This commit is contained in:
@@ -163,6 +163,7 @@ export async function createSessionAPI(session: Session): Promise<Session> {
|
||||
}
|
||||
|
||||
try {
|
||||
console.log("GROUPE = " + session.groupe);
|
||||
const response = await api.post<SessionDTO>("/session/create", session.toDTO());
|
||||
const sessionRes:Session = new Session(response.data);
|
||||
await Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user