From 18c7fecb7a062a74cf13052270f8b1379f9fb2f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 29 Feb 2024 00:11:21 +0100 Subject: [PATCH] fix(ui): ensure templates are refreshed at UI server change MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/src/views/ChargingStationsView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index 03f73d63..5123ece6 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -20,6 +20,7 @@ 'open', () => { setToLocalStorage('uiServerConfigurationIndex', state.uiServerIndex) + delete app?.appContext.config.globalProperties.$templates }, { once: true } ) -- 2.34.1