From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:45:51 +0000 (+0000) Subject: [autofix.ci] apply automated fixes X-Git-Tag: ocpp-server@v4.3.0~21 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=07c77138d81cf36eaedeca0716e84aa656453420;p=e-mobility-charging-stations-simulator.git [autofix.ci] apply automated fixes --- 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() + } + " />