mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-18 18:48:48 +02: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