mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-17 03:02:25 +01:00
fix:#26 added new pages that disable preview button
This commit is contained in:
@@ -4,7 +4,6 @@ export async function requestFreeRooms(
|
||||
from: string,
|
||||
to: string,
|
||||
): Promise<string[]> {
|
||||
console.debug("requestFreeRooms: from=" + from + ", to=" + to);
|
||||
const rooms: string[] = [];
|
||||
await fetch("/api/rooms/free?from=" + from + "&to=" + to)
|
||||
.then((response) => {
|
||||
|
||||
Reference in New Issue
Block a user