diff --git a/public/js/apps/Cis.js b/public/js/apps/Cis.js index 482c2774a..bb4b76ca4 100644 --- a/public/js/apps/Cis.js +++ b/public/js/apps/Cis.js @@ -117,7 +117,6 @@ const app = Vue.createApp({ } } }); -app.use(FhcApi); app.use(primevue.config.default, { zIndex: { overlay: 9000, diff --git a/public/js/apps/Dashboard/Fhc.js b/public/js/apps/Dashboard/Fhc.js index a41cbb3f0..137d1d008 100644 --- a/public/js/apps/Dashboard/Fhc.js +++ b/public/js/apps/Dashboard/Fhc.js @@ -266,7 +266,6 @@ const app = Vue.createApp({ // kind of a bandaid for bad css on some pages to avoid horizontal scroll setScrollbarWidth(); app.use(router); -app.use(FhcApi); app.use(primevue.config.default, { zIndex: { overlay: 9000, diff --git a/public/js/components/Calendar/Calendar.js b/public/js/components/Calendar/Calendar.js index a12dc1b0a..5c2dc8bb0 100644 --- a/public/js/components/Calendar/Calendar.js +++ b/public/js/components/Calendar/Calendar.js @@ -96,6 +96,7 @@ export default { 'select:day', 'select:event', 'change:range', + 'change:mode', 'update:minimized', 'selectedEvent', 'change:offset' diff --git a/public/js/components/Calendar/Day/Page.js b/public/js/components/Calendar/Day/Page.js index f38ea50cd..b339c12fc 100644 --- a/public/js/components/Calendar/Day/Page.js +++ b/public/js/components/Calendar/Day/Page.js @@ -403,25 +403,29 @@ export default {
this is a placeholder which means that no template was passed to the Calendar Page slot
-this is a placeholder which means that no template was passed to the Calendar Page slot
-this is a placeholder which means that no template was passed to the Calendar Page slot
+this is a placeholder which means that no template was passed to the Calendar Page slot
+