From 4a26d7a89addd69f0c44867d3a3930e56ff017c7 Mon Sep 17 00:00:00 2001 From: adisposkofh Date: Thu, 23 Apr 2026 16:58:54 +0200 Subject: [PATCH] minor fix --- public/js/components/Calendar/LvPlan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/components/Calendar/LvPlan.js b/public/js/components/Calendar/LvPlan.js index 14e2b4382..f9c604365 100644 --- a/public/js/components/Calendar/LvPlan.js +++ b/public/js/components/Calendar/LvPlan.js @@ -23,7 +23,7 @@ export default { }, mode: { type: String, - default: 'Day' + default: 'Week' }, getPromiseFunc: { type: Function,