feat(ui): introduce toggle button and use it for actions
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / actions / SetSupervisionUrl.vue
index ff2a4b809b446cb61e5d1b3118dcf4b931abe2bc..7118cbc68a17544224192db189f0026ba29379d4 100644 (file)
@@ -32,7 +32,6 @@
   >
     Set Supervision Url
   </Button>
-  <Button id="action-button" @click="$router.push({ name: 'charging-stations' })">Cancel</Button>
 </template>
 
 <script setup lang="ts">