From 1a813e52ce5a828ef29669c3a40b47c78a63911b Mon Sep 17 00:00:00 2001 From: adisposkofh Date: Mon, 20 Apr 2026 09:50:41 +0200 Subject: [PATCH] minor fix --- public/js/apps/Dashboard/Fhc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/apps/Dashboard/Fhc.js b/public/js/apps/Dashboard/Fhc.js index 7b7d91fb7..c9c81cddb 100644 --- a/public/js/apps/Dashboard/Fhc.js +++ b/public/js/apps/Dashboard/Fhc.js @@ -233,6 +233,7 @@ const app = Vue.createApp({ renderers: null, }), components: {}, + inject: ["isMobile"], provide() { return { // provide injectable & watchable language property language: Vue.computed(() => this.$p.user_language),