fix(ui): add action cancellation
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 17 Feb 2024 22:21:08 +0000 (23:21 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 17 Feb 2024 22:21:08 +0000 (23:21 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/components/actions/StartTransaction.vue

index 4d3e818db66fc010b421d635851639f8bde3e11d..62fe31f1ceac25c92d341cd8bc86385ac84712d1 100644 (file)
@@ -20,6 +20,7 @@
     "
     >Start Transaction</Button
   >
+  <Button @click="$router.push({ name: 'charging-stations' })">Cancel</Button>
 </template>
 
 <script setup lang="ts">