From 3a3ba0a2986ae89bc2da0180dc37e3adf26b85ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 18 Feb 2024 11:00:40 +0100 Subject: [PATCH] refactor(ui): cleanup props usage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/src/components/actions/AddChargingStations.vue | 3 ++- ui/web/src/components/charging-stations/CSTable.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/web/src/components/actions/AddChargingStations.vue b/ui/web/src/components/actions/AddChargingStations.vue index 164518b1..387d8a1a 100644 --- a/ui/web/src/components/actions/AddChargingStations.vue +++ b/ui/web/src/components/actions/AddChargingStations.vue @@ -11,7 +11,7 @@ id="number-of-stations" v-model="state.numberOfStations" type="text" - name="number-of-station" + name="number-of-stations" placeholder="number of stations" />
@@ -37,6 +37,7 @@ -- 2.34.1