From 07c77138d81cf36eaedeca0716e84aa656453420 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:45:51 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- ui/web/src/views/ChargingStationsView.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index 7fa38a28..8034654f 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -95,7 +95,11 @@ v-show="Array.isArray($chargingStations) && $chargingStations.length > 0" :key="state.renderChargingStations" :charging-stations="$chargingStations" - @need-refresh="() => { state.renderAddChargingStations = randomUUID() }" + @need-refresh=" + () => { + state.renderAddChargingStations = randomUUID() + } + " /> -- 2.43.0