mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-18 19:22:24 +01:00
fix:#92 mobile table buttons
This commit is contained in:
@@ -4,7 +4,7 @@ import {RouteRecordName, RouterView} from "vue-router";
|
||||
import CalendarPreview from "./components/CalendarPreview.vue";
|
||||
import moduleStore from "./store/moduleStore.ts";
|
||||
|
||||
const disabledPages = ["room-finder", "faq", "imprint", "privacy-policy", "edit"];
|
||||
const disabledPages = ["room-finder", "faq", "imprint", "privacy-policy", "edit", "edit-calendar"];
|
||||
|
||||
const store = moduleStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user