fix:#92 mobile table buttons

This commit is contained in:
masterElmar
2023-12-05 18:42:34 +01:00
parent 5e542a85e6
commit 1d656b2653
2 changed files with 2 additions and 2 deletions

View File

@ -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();