fix:#26 added new pages that disable preview button

This commit is contained in:
Elmar Kresse
2024-02-02 17:07:53 +01:00
parent 6c3cbf35d6
commit 9b31e3ba06
6 changed files with 5 additions and 6 deletions

View File

@ -60,7 +60,7 @@ async function getOccupation() {
calendar?.refetchEvents();
})
.catch((error) => {
console.log(error);
console.error(error);
});
}